error: modified outside of wxDev-C++

All of a sudden, I'm getting this error message when compiling my code in wxDev-C++. Even when I start a new project from scratch, eventually this error pops up, but I can't see what I am doing to cause it. It starts with referencing one of the files in my project, then this error is the continuation:

... "has been modified outside of wxDev-C++. Do you want to reload the file from disk. This will discard all of your unsaved changes."

Whether I choose yes or no, the next time I compile, the same error occurs.

Anyone know why this occurs?

Thanks.
Last edited on
That's not an error, that means you opened the cpp or h file in notepad, changed it, and saved it, and wxDev-C++ has the old version of it still in the editor memory. It wants to know if you want to load the modified version or not.
Thanks, but I haven't opened notepad.
It doesn't have to be specifically notepad, just any program capable of modifying files that is modifying your files.
Topic archived. No new replies allowed.