0

I have created a c++ 'win32 console application' project named 'a' using mvs2010. When I build the project the following message is displayed in 'build' output window,

Creating "Debug\a.unsuccessfulbuild" because "AlwaysCreate" was specified.

what does it mean ? is it any kind of error i should taken care of ? thanks in advance...

Sohorab Hossain
  • 368
  • 1
  • 12
  • This post might be relevant:http://stackoverflow.com/questions/6054066/vs2010-project-is-not-up-to-date-because-alwayscreate-was-specified? – taocp Jul 26 '13 at 15:53
  • Do you mean it's displayed every time, even when you build after not changing anything? If so, the links soon and taocp posted are relevant. If not, don't worry; that's just part of the way MSBuild prepares for a build and is nothing to do with your code. It's a file MSBuild uses to track whether builds were successful or not, and should be deleted at the end of the build (if successful). – Ben Hymers Jul 26 '13 at 16:24
  • You've just got the "chatty" mode turn on for MSBuild. So it tells you what it is doing. If you don't want to see it or they confuse you too much then turn the verbosity mode back to Quiet. Tools + Options, Projects and Solutions, Build and Run. – Hans Passant Jul 26 '13 at 17:01

0 Answers0