客服老师您好:今天我新下载了金字塔C++接口程序,发现跟过去不一样了,无论使用VS2015还是使用VS2017打开,均会出现错误,请问怎么处理,错误如下:
使用VS2015打开会有如下错误提示:
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 MSB8020 The build tools for v141 (Platform Toolset = 'v141') cannot be found. To build using the v141 build tools, please install v141 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". AddinDemo C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets 57
使用VS2017企业版打开会出现如下错误:
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 MSB3191 无法创建目录“D:\Weisoft Stock(x86)”。设备未就绪。
AddinDemo C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets 1240
我知道了,我电脑只有一个C盘,没有D盘,不知道这个代码怎么放到C盘
请问老师,我怎么更改生成的项目路径D盘为C盘呢,我水平不高,确实不知道这个接口程序怎么默认的路径是D盘啊