I create a C project in Visual Studio 2013, and sometimes it works, but in other cases it fails with an error (it just doesn't work randomly):
1> C: \ Program Files (X86) \ MSBuild \ Microsoft.Cpp \ v4.0 \ V120 \ Microsoft.CppCommon.targets (607.5): Error MSB6001: Invalid command line key for "link.exe". Invalid Win32 FileTime.
1> C: \ Program Files (X86) \ MSBuild \ Microsoft.Cpp \ v4.0 \ V120 \ Microsoft.CppCommon.targets (607.5): error MSB6001: parameter name: fileTime
If I get this error, I usually just try to rebuild several times, and suddenly the error disappears (without making any changes to the code), and I get a successful build. I find it very peculiar.
Everything worked fine until I installed Citrix Receiver. Is there a known conflict with Citrix Receiver or is it just a coincidence? Have any of you experienced something similar? Is there a fix for it?
source
share