Useful information: I discovered that after setting the editor to VS Code in the Editor configuration, you can do: File->Refresh Visual Studio Code Project, and it will generate all the things in c_cpp_properties.json that you need to make it work. (this may possibly require the c_cpp_properties.json to already exist, i am not sure, and don’t want to go and delete things to check)
This does not fix, however, problems with the C++ validator telling me that clearly correct code is wrong. Such as:
“UCLASS()
class TESTPROJECT_API AMyFirstClass : public AActor”
receives a “expected a ;” on the “:” part.
… it also generates the data necessary to run it from the Debug options in VS Code … so that’s nice too. Just wish I could figure out the Intellisense. I also realized after I wrote this, that the devs forum is probably a better place to post this, so sorry if this is off topic, i just posted it along side a different VSC thread … coming back after this long, I need to get with the new organization of forums and stuff 