vsvars32.bat in Visual Studio 2017

后端 未结 6 463
南笙
南笙 2020-12-08 13:31

As the Visual Studio installer is new from Visual Studio 2017 version, I cannot located the Visual C++ component, explained here.

How do I proceed to get the

6条回答
  •  不知归路
    2020-12-08 13:49

    None of the mentioned solutions worked for me. After getting my head warmed up from the "vsvars32.bat missing" error - I went through every single line and there was too 'svcutil.exe' was missing.

    I thought of fixing that and it worked. I got the following path in my machine for SvcUtil.exe:

    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin

    I set the path in System Environment Variable and restarted my Visual Studio for just in case and it worked.

    Hope this helps someone!

    Edit: Very Strange - it works when I have "Lightweight solution load" enabled. As soon I'ml disabling "Lightweight Solution Load" - it starts giving me same error!

提交回复
热议问题