Archicad C++ API
About Archicad add-on development using the C++ API.

Wizard doesnt create reference files

Anonymous
Not applicable
Hello;

a newb here;
I've just tried using the wizard in VS to create my project file
(In visual studio 2015 the "C++ Archicad Add-on").

and it creates the project, but some reference/include files are missing.


is this normal behavior, or am I doing something wrong.
do I need to copy the missing reference files manually, or is there something wrong with the installation?
2 REPLIES 2
dfintha
Graphisoft Alumni
Graphisoft Alumni
Hello,

Where did you place your project files?
If you create an add-on using the wizard, it uses relative paths for libraries and headers, and as such, you should place your add-on's project folder under the path\to\devkit\Examples folder.

Best regards,
Dénes
Anonymous
Not applicable
ah. so that's what I did wrong.
I use my work folder on another drive.

thanks for help. I think there'll be plenty more to come.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!