I'm getting the error message "Linker Tools Error LNK1104" can't find libCGAL-vc140-mt-4.14-I-900.lib"
I'm using VCPKG with Visual Studio and linker flag /MD or /MDd. (question 27970033) The same setup worked with CGAL 4.13. The error came after the update to 4.14 with VCPKG.
Even a small new CGAL program will not be translated. I tried debug/release mode with x64.