Hello! I'm just starting to explore building a C++ plugin for R21. I'm taking this one step at a time. I've installed the R21 SDK, the project tool for R21, and Visual Studio 2017 Community. I've run the project tool for the frameworks and plugins within the sdk. When I open and attempt to build (Release/x64) the cinema4dsdk I get 100 errors all in the form:
C1083 Cannot open include file: 'system1.hxx': No such file or directory (compiling source file ..\generated\hxx\register.cpp) cinema4dsdk F:\c4d_plugin_dev\sdk\frameworks\core.framework\source\maxon\system.h
All of these errors refer to a missing file 'system1.hxx' that is indeed not present in any of the directories within the sdk.
What have I done wrong?