I have been combing through endless forum and stack overflow posts trying to fix this problem but nothing has helped. My intellisense seems to be not configured correctly and cannot open any header files I enter into it. I have reinstalled twice now and tried many other solutions. I want to get into developing with C++ but since I do not know libraries by heart, intellisense would be very helpful.
Greetings @Oblivion_BC
Welcome to the Unreal Forums. I’ll be happy to look into the issues that you’re experiencing. I’ll need a bit more information, however. What specific errors are you getting and when is it occurring?
Sorry about that, I had three pictures but they did not seem to upload.
Here are the screenshots. It says cannot open source file and then says a dependency. This happens on every include I try to use, it is the Intellisense in VScode. Also included are my include paths and cpp properties file.
You can use the recursive include glob inside c_cpp_properties. Just enter “${workspaceFolder}\Engine\Source\**” in the include path.
Thank you!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.