Due to a scheduled maintenance, a maximum 20 minutes license delivery outage may be expected on July 6 2024 (Saturday) between 6PM to 8PM (CEST).
Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

cannot open source file "ADBAttributeIndex.hpp"

RAFD
Participant

Need help about this errors

RAFD_0-1718083544478.png

 

12 REPLIES 12
Solution
LChen
Graphisoft
Graphisoft

You can check new document or refer Examples code to find the changes then modify your code and solve the error one by one for AC27. For example, API_PenType is not used in AC27, you can find Example code in Attribute_test.cpp

HTH  

 

RAFD
Participant

Got down to this last error. I tried to erased Win because there's no Win folder after Lib but after that I got 600+ errors

RAFD_0-1718255705776.png

 

LChen
Graphisoft
Graphisoft

The ACAPI_STATD.lib is not in WIN folder in API27 Dev. kit, please remove the WIN\ in VS project.

HTH