Community

Missing GDAL/Includ...
 
Notifications
Clear all

Missing GDAL/Includes

2 Posts
1 Users
0 Likes
594 Views
(@henry-ventura)
Customer
Joined: 2 years ago
Posts: 12
Topic starter  

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 🙂


   
Quote
(@henry-ventura)
Customer
Joined: 2 years ago
Posts: 12
Topic starter  

Hi, checking in on this again.


   
ReplyQuote
Share: