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.
source
share