Hot Door CORE Forum
annotation workaround when using SDK (Windows) - Printable Version

+- Hot Door CORE Forum (http://hotdoorcore.com/forum)
+-- Forum: All forums (http://hotdoorcore.com/forum/forumdisplay.php?fid=1)
+--- Forum: General discussion (http://hotdoorcore.com/forum/forumdisplay.php?fid=3)
+--- Thread: annotation workaround when using SDK (Windows) (/showthread.php?tid=169)



annotation workaround when using SDK (Windows) - Rick Johnson - 05-10-2018

When using annotation in a CORE project that also uses the SDK, my Windows build was giving errors that seemed to indicate a circular reference. To solve this, I added #include "AIAnnotator.h" to my SDK header, even though I didn't acquire the SDK suite. The Xcode version, however, worked fine without it.

Just passing this along in case it can help someone. Cool