Codegen error

Using Delphi 10.2.1 I get the following error when compiling my project:

[50090565]{rtl250.bpl } System.SysUtils.ConvertErrorFmt (Line 5571, “System.SysUtils.pas” + 1) + $10
[500905D1]{rtl250.bpl } System.SysUtils.InvalidGUID (Line 5691, “System.SysUtils.pas” + 1) + $17
[5009067C]{rtl250.bpl } System.SysUtils.StringToGUID (Line 5716, “System.SysUtils.pas” + 1) + $24
[22A795A2]{RemObjects_Core_D25.bpl} Uxmltorodl.TXMLToRODL.LoadGroups + $136
[22A7A904]{RemObjects_Core_D25.bpl} Uxmltorodl.TXMLToRODL.LoadStreamToLibrary + $2D0
[22A77D6B]{RemObjects_Core_D25.bpl} Uxmltorodl.TXMLToRODL.IntReadFromStream + $6F
[22A8BFAB]{RemObjects_Core_D25.bpl} Urodl.TRODLReader.Read + $43
[22A8C008]{RemObjects_Core_D25.bpl} Urodl.TRODLReader.ReadFromFile + $34
[22A8BF58]{RemObjects_Core_D25.bpl} Urodl.TRODLReader + $10
[22A87060]{RemObjects_Core_D25.bpl} Urodl.ReadRODLFromFile + $24
[22E6E0B6]{RemObjects_Server_IDE_D25.bpl} Urorodlnotifier.Register + $1162
[22E6E5B2]{RemObjects_Server_IDE_D25.bpl} Urorodlnotifier.ProcessProject + $C6
[22E6EA23]{RemObjects_Server_IDE_D25.bpl} Urorodlnotifier.TRORODLNotifier.GenerateUnits + $F
[22E81593]{RemObjects_Server_IDE_D25.bpl} Uroserveridemenu. + $0

I did not have this issue in XE7.

Regards

can you share your RODL, pls?
you can post it here or send directly to support@

pls recompile RO packages manually.
by default, they are in

C:\Program Files (x86)\RemObjects Software\RemObjects SDK for Delphi\Source\BuildPackages_D25.groupproj

This solved my problem. Thank you very much.

What was the reason that the automatically compiled packages did not
work?

Regards
David

------ Originalnachricht ------

if you have C++Builder installed, our installer compiles packages in C++Builder compatible mode with generating correspondent C++Builder packages.
it can be a reason for such failure.