Skip to content

Instantly share code, notes, and snippets.

View yldrefruz's full-sized avatar

Efruz Yıldırır yldrefruz

View GitHub Profile
@yldrefruz
yldrefruz / unreal_vscode_fix.md
Created November 18, 2022 10:28
Unreal Engine VSCode Intellisense Fix.

Why this error is happening:

Unreal build tool is used for generating compilerCommands_Project.json which is generated completely broken. This code fixes the error that is caused by not using quotes (so the cl.exe cannot found and parameters are passed completely wrong.)

This,

"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.32.31326\\bin\\HostX64\\x64\\cl.exe @\"C:\\ExampleProjectPath\\.vscode\\compileCommands_Project\\Project.210.rsp\""