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.
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.