-
Beta Was this translation helpful? Give feedback.
Answered by
Neumann-A
Sep 8, 2021
Replies: 1 comment 2 replies
-
You are not using CMake. There are ports in vcpkg witch the Visual Studio integration can not correctly capture since it is too simple (it just adds |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mjjackey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are not using CMake. There are ports in vcpkg witch the Visual Studio integration can not correctly capture since it is too simple (it just adds
<vcpkg_installed>/include
to the include dirs which is not enough for a port like vtk)