I am converting a large project from Borland C++ Builder 6 to Embarcadero C++ Builder 10.2.3 and get the error
[ilink32 Error] Fatal: Unable to open file 'FORMS.OBJ'
When I'm converting. I created a new project then added all the original source files to the new project and converted all form related includes to the new vcl includes. As far as I can tell "FORMS.OBJ" is not referenced anywhere in the source code. I'm looking for any ideas on what to try or look for next.