我需要使用C ++代码(VS 2015)阅读MS Build的安装目录。 默认位置是:C:\ Program Files(x86)\ MSBuild \ 14.0 \ Bin。 但是我需要以编程方式针对VS 2013或VS 2015来获取它。
对于VS 2017和更高版本,使用vswhere [here](Programmatically finding the VS2017 installation directory)提供了解决方案。
问:我们是否可以使用C ++脚本获取VS 2013或2015的上述路径?