2025-12-16
08:27 PM
- last edited on
2025-12-17
12:32 AM
by
Laszlo Nagy
Hello, I wanted to compile my addon but i get this problem
#include "APIDiagCodes.h"
#include "APINotifyDefs.h"
#include "APINotify.h"
#include "APIdefs_Project.h"
#include "APIProjectOperation.h"
these includes are not found , I tried to search them inside the support/inc and support/module but neither one of them is found please Help
BTW: i am trying to create an Addon for AC26
2 weeks ago
Hi!
None of the headers you listed are part of any DevKit for AC22 - AC29.
- What's the template you are using?
- What function definitions are missing if you remove these includes?
- Are you sure those headers are not in your project?
Best regards,
Bernd
a week ago - last edited a week ago
Hi,
I checked the Archicad source, and we don't have any header named "APIdefs_Project.h". Could you please check if it is part of your own add-on's source?
Best,
Akos