could not find "vswhere"解决方法

综述

在安装一些库的时候,在windows上会和VS有很强的关联。最近再安最新版boost时候报错。

could not find "vswhere"

在这里我的程序是vs2015

解决策略

我尝试了两个方法:

  • 添加系统环境变量:
    在这里插入图片描述

  • 安装VS支持工具
    https://www.microsoft.com/en-US/download/details.aspx?id=48159

  • 安装vswhere
    https://github.com/Microsoft/vswhere/releases
    我直接放在了C:\Program Files (x86)\Microsoft Visual Studio 14.0

重启即可

你可能感兴趣的:(VS,vswhere,报错,could,not,find,"vswhere",visual,studio,vs2015)