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
Copy the vcpkg.json file to the immediate parent directory (resulting in a copy in the same directory as the project file and its immediate parent).
Click Build.
Expected behavior
The C++ console application to successfully compile.
Failure logs
Build started...
1>------ Build started: Project: CppBuildTest, Configuration: Release x64 ------
1>C:\Tools\vcpkg\scripts\buildsystems\msbuild\vcpkg.targets(47,5): error : The Vcpkg manifest was enabled, but we couldn't find a manifest file (vcpkg.json) in any directories above C:\Users\aaron\source\repos\CppBuildTest. Please add a manifest, disable manifests in your properties page, or pass /p:VcpkgEnableManifest=false.
1>Done building project "CppBuildTest.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Additional context
Reverting to commit ID 40230b8e3f6368dcb398d649331be878ca1e9007 (this is an arbitrary commit ID that was the last time I updated vcpkg) and the vcpkg manifest mechanism works as expected.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Environment
Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29334 for x64
master
commit ID097a31d4c3127f38a6fbf4002122550dd9d39b84
To Reproduce
Steps to reproduce the behavior:
vcpkg.json
file in the same directory as the project file.vcpkg.json
file to the immediate parent directory (resulting in a copy in the same directory as the project file and its immediate parent).Build
.Expected behavior
The C++ console application to successfully compile.
Failure logs
Additional context
Reverting to commit ID
40230b8e3f6368dcb398d649331be878ca1e9007
(this is an arbitrary commit ID that was the last time I updated vcpkg) and the vcpkg manifest mechanism works as expected.The text was updated successfully, but these errors were encountered: