-
I have finally got vcpkg management integrated with an existing project using the installation package [0]. However the F12 'Goto document' does not work for .h files added via .vcpkg. How can this be fixed? Many thanks. The libraries used are listed in vcpkg.json [1]. [1]
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I don't think Go to Document generally works for external dependencies to Visual Studio. The VS project system doesn't know to look for them. |
Beta Was this translation helpful? Give feedback.
-
Well, eventually I persuaded the F12 system to work by retyping the #include . It is a nuisance there is no GUI tooling for vcpkg in VS2022. |
Beta Was this translation helpful? Give feedback.
Well, eventually I persuaded the F12 system to work by retyping the #include . It is a nuisance there is no GUI tooling for vcpkg in VS2022.