【发布时间】: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