did you try to delete all your dcu's and all temp files? then do a fresh build?

create a bat file containing

Code:
del *.~*
del *.ddp
del *.dcu

execute that then try to a new build.

;MM;