Problems with VSCode. UE5

Hello.



I used Visual Studio 22, it worked correctly. Installed VSCode, chose it in Source Code in the engine, installed all needful languages, add-ons in VSCode. Open classes and it can’t find coreminimal.h.

Try this,
On VSCode:
View → Command Palette → “C/C++: Edit Configurations(UI)”
Go to Include Path

Paste the “\UE_5.0\Engine\Source\Runtime\Core\Public” location

For example:
X:\Program Files\Epic Games\UE_5.0\Engine\Source\Runtime\Core\Public

1 Like