Open cl.exe from C# application - Stack Overflow
cl.exe requires DLL's that aren't in the %PATH%. You need to execute the correct batch for the architecture (x86 versus 64 bit). This will update your environment so you can launch cl.exe correctly. x86 is located here (VS2010): C:\Program Files (x86)...