2

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.

Community
  • 1
  • 1
Steve Johnstone
  • 576
  • 3
  • 16

1 Answers1

3

Delete Debug/Release folders and restart MSVC.

Stepan Yakovenko
  • 8,670
  • 28
  • 113
  • 206