I use Visual Studio 2017 Community. I have installed geos 3.9.1#1 via VCPKG and confirmed all is OK with 'vcpkg.exe list':
However, in VS I can't #include <geos.h> in my project: the compiler reports it 'cannot open source file geos.h'.
Which steps do I still need to carry out to finish the installation? These are not obvious in the documentation.
FYI: the answer to the question Where does Visual Studio look for C++ header files? does not answer this question.
Update: I tried to debug the problem by looking for the geos.h file in the vcpkg include folder but it was not found. I found only one instance of geos.h here:
source\repos\vcpkg\vcpkg\buildtrees\geos\src\3.9.1-1acf7d5768.clean\include.
There was no sign of this file in the folder that I would expect it to be in:
source\repos\vcpkg\vcpkg\packages\geos_x64-windows\include