TRACKER: error TRK0002: failed to execute command

I got this error while trying to build my project on buildAgent running as a service, does anyone have a solution for this?

 TRACKER : error TRK0002: Failed to execute command: ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe" @C:\BuildAgent\temp\buildTmp\tmpfde187c5fd8a42299ab4d18e25e0c9fe.rsp". The operation identifier is not valid.

I tried to solve a similar problem when creating a project on the command line (using the _IsNativeEnvironment variable), but this did not work for me, I also need a solution to work on my local computer all the time.

+6
source share
3 answers

Windows Logs\Application Windows Event Viewer may have information about this.

In my case, it creates an event like

"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe".Error "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe.Config" 0. Xml.

.config, .

0

, .

.

0

. TEMP .

C:\Users\[USER]\AppData\Local\Temp

-1

Source: https://habr.com/ru/post/1653173/


All Articles