Hi Everyone,
I'm trying to load a map into an existing UI project but I get errors whenever I try to compile. At the moment, I can load a map if I just stick to using the ArcGIS template when I create a new project, but when I try to use #include "ArcGISRuntime.h" in my UI project, I get errors. I tried to add the ArcGIS include directory in my .pro file by adding INCLUDEPATH += "C:\Program Files (x86)\ArcGIS SDKs\Qt10.2.5\sdk\windows\include" but I still get errors.
Is there no other way to try to load a map into an existing UI project that has a ui form, or am I forced to use the ArcGIS templates to load a map?
Thanks,
Miguel