Come and go QtCreator stays with old build configuration stuck, and no matter what I do it wont update itself.
Ex:
Qt Code:
  1. app.pro
  2. app.cpp -> Compiler error...
  3. app.h
  4.  
  5. app.cpp -> Error fixed -> still same error ..
  6. app.cpp -> Deleted -> still same error..
  7. app.cpp -> Write any gibberish -> still same error
To copy to clipboard, switch view to plain text mode 

No matter what I do to my code(that at some point produced an error), it still seems to use the old files of the project. If the error was with class EditMe(), even if I delete every mention to that class from the project, still the same old errors come out.
This keeps happening to me, with Win Vista, Win 7, Win 7 64bit.

This makes me go crazy every time. Must be the fifth time already.
Anyone know anything about this?