I try to update this week a game build few months ago with 4.26 + VS code with 4.27.
And when I launch visual studio code after “refresh visual studio code project” I got these issues:
the json file compileCommands_Default.json , compileCommands_function.json and the compileCommands_xxxx in “C:\Program Files\Epic Games\UE_4.27.vscode” and in the directory of your project “D:\Documents\Unreal Projects"MyPoject”.vscode" : have an issue with all the ligns “command” because two double quotes are missing one before C:\Program and one after cl.exe, see below the current status:
After updating all the lines in the json files in “C:\Program Files\Epic Games\UE_4.27.vscode” and in your project “D:\Documents\Unreal Projects"MyPoject”.vscode" , relaunch UE and DO NOT USE “refresh visual studio code project” otherwise all your update will disappear.
To solve the issue a workaround is to install unreal , visual studio, … in a directory without spaces in the name :
“C:\ProgramFiles\EpicGames” instead of “C:\Program Files\Epic Games”,
“C:\ProgramFiles\MicrosoftVisualStudio” instead of "C:\Program Files\Microsoft Visual Studio
…
Hi. Same problem. Unreal Engine sample project 4.27 with Visual Studio Code (VSCode). Found this extension for VSCode
VSCode/UE Intellisense Fixes Extension