Hi everyone, I’ve been struggling with the problem for days. I encounter include error when I try to include NNERuntimeORTCpu
So I tried to update my c_cpp_properties.json file, which doesn’t have includePath before.
However, when I regenerate and rebuild the project, the c_cpp file overwrites to its original state (without includePath). The same thing happens when I try to update the compileCommands_Default.json and compileCommands_MyProjectName.json - they overwrites.
What I’ve done: I created a batch file to add includePath (or copy a backup json file), but it flashes back. Neither does it offer log file despite that I’ve requested for; I’ve already included the right Public(Private)DependencyModuleNames and Public(Private)IncludePaths in build.cs.
Thank you for your help!