I am trying to get GDAL 3.0.1 to work. Generating the Visual Studio 2017 project was a piece of cake, all I needed was to run generate_vcxproj.bat
. But now I'm getting an error on this line of makefile.vc
:
!IF !DEFINED(PROJ_INCLUDE)
!ERROR PROJ_INCLUDE should be defined. PROJ >= 6 is a required dependency
!ENDIF
What's that all about? If I am meant to define PROJ_INCLUDE
, what value should it have? Is that even preprocessor define?