

I'm trying to compile a plugin within Code::Blocks, I have added all paths to "c4d.h", etc. This is basically what I need to compile plugins for Cinema 4D, including "c4d.h" in my source code.

The _api sub project seems to be a link to a file that is present on my localdrive but it is not within the cinema4dsdk.vcproj.Īll files within the _api project are located in a folder in the Cinema 4D installation path also called _api. The popupwindow is the "Project dependencies" dialog. Within this project there is another subproject called _api. The "cinema4dskd" is a Visual Studio project containing sample plugins. The header-files are located in a special folder. Maxon, the maker of C4D, provides an API for doing this. I want to write plugins for an application called Cinema 4D.
