Could not load file or assembly 'Microsoft.VisualStudio.VC.Interfaces

前端 未结 5 2060
执笔经年
执笔经年 2020-12-20 16:33

I updated my community edition of visual studio 2017 to 15.3.0

and I got this new build error

Build Failure. Error: Could not load file or as

5条回答
  •  抹茶落季
    2020-12-20 17:32

    If you need to keep Lightweight Solution Load enabled, or don't have the option to disable it, then modifying your Visual Studio install to include "Desktop development with C++" will add the missing file and repair the issue.

    Source: Microsoft Visual Studio Developer Community

提交回复
热议问题