@tactif Your solution worked for me.
I still do not get why the property cpp.cxxLanguageVersion: "c++11"
does not work.
@edapx Does it give you any errors listed under Issues?
I successfully imported and compiled an old app.
I simply had to add the missing files form the src directory. The wizard only adds {main.cpp, ofApp.h, ofApp.cpp}.
And I had to copy fmod library manually to ofApp.app/Contents/MacOS/
.
@Arturo can this be automated?