Can’t find CoreMinimal.h

when I include CoreMinimal.h it shows an error, I tried to refresh VS Code within Unreal but it didn’t fix it.

Are you using 4.27? You would need to put quotes around the path to cl in the compile commands json files in your .vscode folder (there should be 2).

So

"command": "path/to/cl.exe @\"path/to/response/file\""

Becomes

"command": "\"path/to/cl.exe\" @\"path/to/response/file\""

Note the only difference is the added \"'s

3 Likes

I use 4.26.2 but currently I’m downloading 4.27 and I will try it when it’s done.

I did and it worked, Dan I just want to say thanks from the bottom of my heart, I know it’s your job to help us but I’m really thankful for you, you helped even with the silly errors I got and you will help me with even more issues , you are guiding me to reach a dream and I cannot be thankful enough for that, just a reminder that you are a great person :slight_smile:

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms