[VM Service Manager] VM4.x Algorithm Module Development_4.4 Exception Handling

4.4.1 Environment configuration: When running the operator module demo, the v120 generation tool cannot be found

Description
Environment: VM4.0 and above + VS2017
Phenomenon: When running the Demo of the operator module, an error message prompts that the v120 generation tool cannot be found.
The answer to
this phenomenon is that the environment of the code automatically generated by the operator module is VS2013, so there are two ways to solve it at this time: the first is to obtain the v120 generation tool by downloading VS2013; the second is to directly Upgraded build tools (recommended).
The specific steps of the second method:
1. Right-click the project name, select properties, open the property page of the project, and change the platform toolset to v141 corresponding to the current VS2017 version.
insert image description here

2. Right-click the project name, select Redirect Project, and select the corresponding SDK version.
insert image description here

The root cause of the problem
is not familiar with how to upgrade the VS toolset.

Guess you like

Origin blog.csdn.net/MVExpert/article/details/130413196