Visual Studio 2015 错误 "Cannot resolve Assembly or Windows Metadata file 'Windows.winmd'"

Visual Studio 2015 Error "Cannot resolve Assembly or Windows Metadata file 'Windows.winmd'"

我有一个项目,在另一台电脑上可以构建它。 但是我的主电脑不能。 错误: 1: "Cannot resolve Assembly or Windows Metadata file 'Windows.winmd'" 2: "Type universe cannot resolve assembly: Windows, Version=255.255.'255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime."

我试过重装WIN10 SDK和VS2015,还是一样的错误。 这是一个通用商店应用程序。

我可以解决问题。我卸载了所有的SDK,所有的VS,所有的开发者工具。重新安装VS后可以构建我的项目。