License Delivery maintenance is expected to occur on Saturday, November 30, between 8 AM and 11 AM CET. This may cause a short 3-hours outage in which license-related tasks: license key upload, download, update, SSA validation, access to the license pool and Graphisoft ID authentication may not function properly. We apologize for any inconvenience.
Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

API Devkit Example Project Build Issue

Nayan
Booster
I am trying to Build the example project provided by the API Development kit. But having some issue while trying to Build the code.
Besides this example project structure are different to the Archicad CMake Add-on template.
Any suggestions to build example projects?

I am using:
Archicad 24
API Development Kit 24.3009
Visual Studio 2017
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Anonymous
Not applicable
If you just want to build and test the example, it does not need to use CMake template.
For AC24, just open the project file with Visual Studio 2017 and build it. Normally it does not have any error to build the apx file.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable
Specifically, what is the issue? Can you post screen shot of the error?
Nayan
Booster
When I am trying to build the code it's showing this error.
But the thing I specifically want to know is that "Archicad CMake Add-on template" have CMakeLists.txt file which builds the code. Should I add any CMakeLists.txt file for these example project to build it.
Need to mention that I am new to Archicad Add-on development.
Solution
Anonymous
Not applicable
If you just want to build and test the example, it does not need to use CMake template.
For AC24, just open the project file with Visual Studio 2017 and build it. Normally it does not have any error to build the apx file.