cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.

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

Missing Add-Ons message

dushyant
Enthusiast
I'm getting this error every time I load a new project file in Archicad. I had tested some API Example Add-Ons and then unloaded them. Why am I getting this?
2 REPLIES 2
Ralph Wessel
Mentor
You can get this message if an add-on has previously stored data in the project but is now not loaded. ARCHICAD is basically asking if it's ok to discard that data.

Do you think you may have saved your template file while those add-ons were loaded? That would explain seeing that message for every new project (because it starts from a template).
Ralph Wessel BArch
Active Thread Ltd
dushyant
Enthusiast
Yes, it was the template that had the traces of the add-on. Thanks.