The problem was solved as follows:
  1. Exit Delphi XE6.
  2. Rename your current <project>.dproj file to <project>.dproj.error.
  3. Create a new dummy project with a simple empty form in a different directory and save it.
  4. Edit dummy.dproj in Notepad and replace all occurrences of "dummy" with your <project> name.
  5. Save the file as <project>.dproj in the original project directory.
  6. Restart Delphi XE6 and try to build your project again.


Marco Kalter
Allround Automations