Visual Studio 2013 error MS8020 Build tools v140 cannot be found

前端 未结 2 1595
野趣味
野趣味 2020-12-05 04:03

I had previously been using VS2013 express without issue, but suddenly it began crashing whenever I tried edit the code while it ran existing code fine.

I tried unin

2条回答
  •  攒了一身酷
    2020-12-05 04:36

    That's the platform toolset for VS2015. You uninstalled it, therefore it is no longer available.

    To change your Platform Toolset:

    1. Right click your project, go to Properties.
    2. Under Configuration Properties, go to General.
    3. Change your Platform Toolset to one of the available ones.

提交回复
热议问题