Edit vcpkg manifest files
When you open a vcpkg.json file, it opens in the vcpkg manifest file editor:

Add packages to manage
To add a package to your project:
- Select
(Add vcpkg Package) on the manifest editor toolbar.
- Select the package to add to your project.
- Select OK to return to the editor.
- Repeat to add more packages.
Generate code for CMake configuration files
To generate sample CMake code to copy to the CMakeLists.txt file:
- Select
(CMake Code) on the manifest editor toolbar.
- Select the example code you need and copy-paste it to the
CMakeLists.txtfile.
Set the path to vcpkg
To set the path to the directory where you installed vcpkg, select
{Configure} (Configure) on the editor toolbar.
See also Set up vcpkg package manager and Create vcpkg manifest files.