Open Alkimical opened 3 months ago
Goto project settings and set to C++ lang version to preview. The "generaye myplugin.bat" is generating with old C++ version in vcproj
file.
The "missing" types/header files are present only in preview/latest c++ versions. (std::excepted
type is C++ 23)
This screenshot is from plugin.sln
but this fix is the same for ASI plugin projects. Set C++ version to preview.
Better solution, just comment line 36 on project.lua
then generate project again (because C++ latest is already defined in line 25):
When i just open the .sln generated by Generate MyPlugin.bat and click on the cpp i get all this errors in VC. I followed the instructions and runned plugin.sln in Release and Debug modes.
When i try to build this code i get this in output:
And this in errors: