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?
You can use the recursive include glob inside c_cpp_properties. Just enter “${workspaceFolder}\Engine\Source\**” in the include path.
Thank you!

