Cl.exe returing error code D8050

前端 未结 3 1836

I have the following error on fresh windows 8 install with microsoft visual studio ultimate 2013 :

cl : Command line error D8050 : cannot execute \'C:\\Program          


        
3条回答
  •  花落未央
    2021-02-20 16:14

    I ran into this error after I cleaned up my C drive (deleted temporary files of all sorts). I was able to fix it by re-setting the environment variables for Visual C++ command-line tools. This page was my reference. I was building 64 bit.

    Run cmd as admin.

    c:\>cd YourVSInstallDir\VC
    c:\YourVSInstallDir\VC>vcvarsall.bat amd64
    

提交回复
热议问题