Visual C ++ 2012 missing mspdb110.dll

I am trying to compile on cmd using cl and it says that I am missing mspdb110.dll. Does anyone know how to fix this?

enter image description here

Edit: I added this path to the PATH file C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin, and the file is the standard global welcome program

+4
source share
1 answer

If you are trying to execute cl.exe from the command line, you need to add some additional environment variables. See here for more details: Compile a command line using cl.exe?

, , - VS2010, VS2012 " VS2012", .

+4

All Articles