Visual Studio 2015 Community C++ Build Failure: A task was cancelled

1.6k views Asked by At

I'm trying to build a brand new c++ console project in Visual Studio 2015 Community and getting the following output:

1>------ Build started: Project: ConsoleApplication3, Configuration: Debug Win32 ------
1>A task was canceled.
1>A task was canceled.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

From this question it looks like the same problem. but the time has been recently synced:

enter image description here

And restarting Visual Studio doesn't change the build output. I've tried uninstalling Visual Studio and then reinstalling it, but the outcome is the same.

1

There are 1 answers

0
Stepan Yakovenko On

Delete Debug/Release folders and restart MSVC.