You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to integrate vcpkg into my msbuild project. Currently using manifest mode however when I build the solution in Visual Studios, Visual Studio cannot find the headers for the package that I installed via vcpkg (opencv) I've also tried to hardcode the paths into the Project's properties however it just says cannot open source file <opencv2/opencv.hpp>. I've tried to use vcpkg in a brand new project and opencv works out of the box without manually adding the include paths. What am I missing here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to integrate vcpkg into my msbuild project. Currently using manifest mode however when I build the solution in Visual Studios, Visual Studio cannot find the headers for the package that I installed via vcpkg (opencv) I've also tried to hardcode the paths into the Project's properties however it just says cannot open source file <opencv2/opencv.hpp>. I've tried to use vcpkg in a brand new project and opencv works out of the box without manually adding the include paths. What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions