Hello
I have errors “#include errors detected. Please update your includePath.” in all of my .cpp and .h files, I’ve tried editing my includePath but still nothing working, and I’ve tried editing header source paths in the Projucer. If anyone has any ideas please let me know. I might just be missing something basic as I’m quite new to c++.
{
"configurations": [
{
"name": "Win32",
"includePath": [
"C:\\Users\\liams\\Downloads\\msys64\\mingw64\\include",
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "C:/msys64/mingw64/bin/g++.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "${default}",
"forcedInclude": []
}
],
"version": 4
}
