cancel
Showing results for 
Search instead for 
Did you mean: 

vcpkg configuration

CRebe.1
Associate II

Hello,

Every time I try to import a project to VSCode I get the following vcpkg configuration error:

read_contents("C:\Users\<username>\AppData\Roaming\Code\User\globalStorage\ms-vscode.vscode-embedded-tools\vcpkg\root\scripts\vcpkgTools.xml"): no such file or directory

Do you know where I'm supposed to get vcpkgTools.xml from ? Is that a file that should get installed through the extension?

Thanks

11 REPLIES 11

0693W00000aPMwzQAG.pngPowershell version is 5.1

yourigh
Associate II

I also got this error and solved it as fololows:

In case of error `vcpkgTools.xml"): no such file or directory` :
* go to the indicated path (in my case `C:\Users\<user>\AppData\Roaming\Code\User\globalStorage\ms-vscode.vscode-embedded-tools\vcpkg\root`).
* If you see only `vcpkg-standalone-bundle.tar.gz` file, unpack this file to the folder so requested path exists. (`.\vcpkg\root\scripts\vcpkgTools.xml`).