How do I troubleshoot vcpkg if it's not working for my project? #25542
Unanswered
bluntcoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Visual Studio 2019. I have one C++ project that uses libraries from vcpkg correctly. I used .\vcpkg integrate project
Did the same thing for a brand new VS2019 solution. I used .\vcpkg integrate project once again and added it to NuGet. Was successfully installed. My code doesn't detect any libraries though.
I've compared the two vcxproj files and the vcpkg configurations are identical. I have no idea how else to troubleshoot this.
Beta Was this translation helpful? Give feedback.
All reactions