Visual studio 2013 quot;A task was cancelledquot;(Visual Studio 2013“一个任务被取消)
问题描述
在 Windows 7 SP1 上安装 VS 2013(更新 3)后,我遇到了类似的情况,例如 this post 安装 windows 8.1 sdk 后,visual studio 无法构建任何 win32 项目并打印输出:
After installing VS 2013 (Update 3) on windows 7 SP1 I have similar situation like in this post After installing windows 8.1 sdk visual studio cant build any win32 project and print output :
1>----— Build started: Project: ConsoleApplication1, Configuration: Debug Win32 —----
1>A task was canceled.
1>A task was canceled.
========= Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
推荐答案
只是为了完成,
在我更改时区并遇到与您相同的错误后,关闭并重新打开 Visual Studio 对我有用.
Closing and reopening Visual Studio worked for me after I had changed the time zone and was getting the same errors as you.
这篇关于Visual Studio 2013“一个任务被取消"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Visual Studio 2013“一个任务被取消"


基础教程推荐
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 从 std::cin 读取密码 2021-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01