Visual studio 2015 通用WIndows应用程序Visual Studio Enterprise 2015

Visual studio 2015 通用WIndows应用程序Visual Studio Enterprise 2015,visual-studio-2015,windows-10,uwp,universal,Visual Studio 2015,Windows 10,Uwp,Universal,创建空白的通用Windows应用程序时,我遇到以下错误: The type 'IAsyncAction' is defined in an assembly that is not referenced. You must add a reference to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'. The

创建空白的通用Windows应用程序时,我遇到以下错误:

The type 'IAsyncAction' is defined in an assembly that is not referenced. You must add a reference to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'.    
The type 'IAsyncActionWithProgress<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'.  
The type 'IAsyncOperation<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'.   
The type 'IAsyncOperationWithProgress<,>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'.  
类型“IAsyncAction”是在未引用的程序集中定义的。必须添加对程序集“Windows,版本=255.255.255.255,区域性=中性,PublicKeyToken=null,ContentType=WindowsRuntime”的引用。
类型“IAsyncationWithProgress”是在未引用的程序集中定义的。必须添加对程序集“Windows,版本=255.255.255.255,区域性=中性,PublicKeyToken=null,ContentType=WindowsRuntime”的引用。
类型“IAsyncOperation”是在未引用的程序集中定义的。必须添加对程序集“Windows,版本=255.255.255.255,区域性=中性,PublicKeyToken=null,ContentType=WindowsRuntime”的引用。
类型“IAsyncOperationWithProgress”是在未引用的程序集中定义的。必须添加对程序集“Windows,版本=255.255.255.255,区域性=中性,PublicKeyToken=null,ContentType=WindowsRuntime”的引用。

谢谢你的帮助。感谢您的Visual Studio 2015安装程序在某些时候失败。这种错误永远不会发生

执行清洁安装(卸载/重新安装)

这里有一些参考资料


您的Visual Studio 2015安装程序在某个点失败。这种错误永远不会发生

执行清洁安装(卸载/重新安装)

这里有一些参考资料