-1

I tried to install vcpkg for VS code and in a PowerShell Window. I had this error:

Could not find MSBuild version with C ++ support. VS2015, VS2017 or VS2019 (with C ++) must be installed.

So I installed Visual studio and I have the same error. What should I do?

PiRocks
  • 1,708
  • 2
  • 18
  • 29
tawosky
  • 1
  • 1
  • 1

1 Answers1

0

Run vcpkg integrate install to customize Visual Studio Code on Linux or macOS. This command sets the location of the vcpkg enum and enables IntelliSense for the source files.

Look at this web page: https://learn.microsoft.com/ru-ru/cpp/build/vcpkg?view=msvc-160#integrate-with-visual-studio-code-linuxmacos

Jonathan
  • 6,741
  • 7
  • 52
  • 69
bogdyname
  • 358
  • 2
  • 10