Visual Studio 2010 Build problem

I am just learning to do simple things and suddenly it won't build anything. I haven't done anything I can think of that would cause this and it was working awhile ago but now when I try to build it (CTRL, F5) just doesn't do it and it gives me a message that says:
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
And that's all it says int the output window.
Then I tried (CTRL, ALT, F7) to rebuild and it but it's not rebuilding it because when I run the program again it has not built any changes I've made to the project.
To try and clarify, I was going along building simple projects for fun and I took a break and when I came back I added onto my project but when I try to run it none of the new things I have added are included in the program. Help!

wait, so if I understand this correctly, your problem is being unable to build a project in Visual Studio 2010. well, are you sure it isn't something in the program that's stopping the new output from being shown? or maybe you're trying to run an old binary of the program? have you tried running the program other ways? i'm not sure I understand your problem.
put a breakpoint on the very first line of your main() function, and press F5.

Does it break inside?
Last edited on
Topic archived. No new replies allowed.