【问题标题】:boost could not find "vswhere" with Visual Studio 2019boost 在 Visual Studio 2019 中找不到“vswhere”
【发布时间】:2022-01-04 20:58:52
【问题描述】:

我正在尝试在 Windows 10 上安装 boost_1_66_0。 我启动了 Bootstrap.bat 在 windows 中安装 boost 并得到这样的错误日志

could not find "vswhere"
###
### Using 'msvc' toolset.
###

我安装了 Visual Studio 2019 并将“C:\Program Files (x86)\Microsoft Visual Studio\Installer”添加到系统路径变量。 但是错误没有解决。

【问题讨论】:

  • 我只是在猜测。你用的是command prompt还是Developer Command Prompt for VS 2019

标签: c++ visual-studio boost compiler-errors


【解决方案1】:

尝试添加“%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe”

【讨论】:

  • 您的答案可以通过额外的支持信息得到改进。请edit 添加更多详细信息,例如引用或文档,以便其他人可以确认您的答案是正确的。你可以找到更多关于如何写好答案的信息in the help center
猜你喜欢
  • 2021-09-09
  • 1970-01-01
  • 2022-11-11
  • 1970-01-01
  • 2021-12-08
  • 1970-01-01
  • 2021-05-30
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多