HELP PLEASE: Microsoft Visual C++ 2010 Express ERROR?

Microsoft Visual C++ 2010 Express: "The source file is different from when the module was built. Whould you like the debugger to use it anyway?"

Even if I have just built (F7 or F5) the project and started it without changing anything.

Could somebody please give me a hint what is going on? After the message the debugger has disabled all breakpoints.
Last edited on
What's the error number (if there is one, google that. it'll usually help). If this is a compiler dialogue box, then I'm not sure. If you're using multiple compilers that may cause it to say such a thing.

One thing you can do, copy the whole code, open a new instance of vc, and open a new plain text doc with the little button that does those instead of file-open and using the menu. Paste and then save as .cpp. See if that works. Then vc can't build a module (which is basically predetermined code) so it shouldn't have to worry about it.
Its a message box.
I have tried Microsoft Visual C++ 2010 Express and the new MS VS 11 BETA.
The code consists of 7 files.

Greatfull for any comments!

Did you try my suggestions?
I copied all files into a new project. But this didnt worked. Didnt find "the little button" you were talking about.
Try using Rebuild All or similar, to clean the project and rebuild all the files it needs.
If that doesn't work, try making a new .txt file and then saving it as .cpp (that's what the button did anyway) then use that.
No, that's not "what the button did anyway". The button deletes all output files keeping only the original files you had, and remakes them from scratch.
Not the rebuild button. I was talking about the new file button. See my previous post.
Topic archived. No new replies allowed.