Notifications
Clear all
Feedback For TerraForm Team
2
Posts
1
Users
0
Reactions
827
Views
Topic starter
19/03/2022 5:56 am
I'm trying to reference your C++ classes from my C++ code, however, I am getting a compiler error:
TerraFormTypes.h(12): [C1083] Cannot open include file: 'GDAL/Includes/gdal_priv.h': No such file or directory
The error above is referencing these lines:
THIRD_PARTY_INCLUDES_START #include "GDAL/Includes/gdal_priv.h" #include "GDAL/Includes/ogr_feature.h" #include "GDAL/Includes/ogrsf_frmts.h" #include "GDAL/Includes/gdal_utils.h" #include "GDAL/Includes/ogr_Geometry.h" THIRD_PARTY_INCLUDES_END
These files do not exist:
Is it possible for me to reference the Terraform_Runtime module from C++?
Cheers 🙂
Topic starter
17/05/2022 7:53 pm
Hi, checking in on this again.