The error "Error spawning cl.exe" encountered in VC++

tags: software installation problem

1. Reason

It may be due to the transfer of the installation package;For example, you originally installed its installation path on the C drive, and later found that the C drive has insufficient memory, and then transferred it to the F drive, and then you did not change the installation path of this software, so this error will appear.

2. Solutions

1. Click Tools

2. A box pops up, click on something in the green box

3. There are four things inside

 

4. Click on each one like this, and then change the path

5. Note that for the "executable file", only the following ones need to be changed, but the other three must be changed

Then the problem is solved

 

Intelligent Recommendation

Solve the problem of Compiling... error spawning cl.exe in vs6.0

For starters, this problem generally does not occur when installing vs6.0 on the computer for the first time. This problem usually occurs after the second installation changes the installation path. T...

Exception in thread "main" error when deploying web project

The main reason: the JDK version used by the container does not match For example, tomcat7 does not support JDK5, which is a fundamental problem. Solution: Use the matching JDK according to the corres...

An internal error occurred during: "Updating Struts 2 Model".

Struts.xml filexml formatturn on. window-General-Editors-File Associations find the * .xml, and then select the following MyEclipse XML Editor - default...

Error in mounted hook: "TypeError: Cannot set property 'bottom' of undefined"

The template in the parent component music-list.vue calls the child component scroll Set the bottom value of the root element of the child component in a method in the methods of the parent component ...

(IOS)Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request

According to the online tutorial, adding @"text/html" setting is invalid, all methods have been tried Look carefully for the reason and find that com.alamofire.serialization.response.error.d...

More Recommendation

PM2 error 'Spawning PM2 daemon with pm2_home ...' solutions

problem In a particular SRE upgrade because domain names, leading to a cycle of death Node server code, generated 504 (Gateway timeout) error. log on to the machine point of view, the reason being the...

C ++ reports Error spawning 'rc.exe' after compilation.

Problem Description: The current computer is generally 64-bit, but when installing Visual Studio 2008 software, the installation of some 64-bit files is ignored by default, only 32-bit files are insta...

error directive #error "Define according the used Cortex core ARM_MATH_CMX

In a recent transplant project, transplanted from STM32F4 to STM32L4, there was an error at the time of transplantation DSP library: error directive #error "Define according the used Cortex core ...

vc++ encountered an error that cannot open pch type file

vc++ encountered fatal error C1083: Cannot open precompiled header file: ‘Debug/xxoo.pch’: No such file or directory error herestdafx.cppCompile in the middle, just fine. The reason for th...

"reference

Reference is a new language feature introduced by C++. It is one of the important contents commonly used in C++. Correct and flexible use of references can make the program simple and efficient. I fou...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top