Hi
Sorry for not providing enough details
1) When I run make third_party directly from the source code, I got the following error:
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:44 (project):
The CMAKE_CXX_COMPILER:
C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
is not a full path to an existing compiler tool.
2) Yes, C++ within VS2019
3, 4) Yes.
In C++ > General >Additional include directories: path to include
In Linker > General > Additional library directoires: path to lib
In Linker > General > Additional dependencies: ortools.lib
5) These flags are already in the Makefile for the binary version
The log file is attached to the discussion (sorry but my VS19 is in french)
Thanks