Hi,
first post here
I’m relatively new to openFrameworks and just switched to windows/vs code. I’m following this tutorial which is great https://github.com/uwe-creative-technology/vscode_oF
However, I’m getting an “#include errors detected. Please update your include path.” for #include “ofApp.h”
In the c_cpp_properties.json
it says
“name”: “Win32”,
“includePath”: [
“C:/msys64/mingw32/include/c++/7.4.0”,
“C:/msys64/mingw32/i686-w64-mingw32/include”,
but it can’t find “C:/msys64/mingw32/include/c++/7.4.0”,
“C:/msys64/mingw32/i686-w64-mingw32/include”,
Would b v grateful for an answer/explanation or somewhere where I can get up to speed with these things. Thanks!