THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/09/2011 at 12:33, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Windows ;
Language(s) : C++ ;
---------
I've been making stand alone plugins just fine with VS2010 & the R12demo.
What I do is this:
-Create an empty project
-Add the debug & release property sheets
-From the source folder. Add my main.cpp & plugin.cpp files
What would happen next is VS would then automatically load all the .h files from the cinema4dsdk into my "External Dependencies" folder.
But with R13. That's not happening.:cry:
Any ideas how I can get all of those .h files loaded?
-ScottA