Sometimes when I compile my project in Delphi 12 CE, then I get the following error:
[dcc32 Fatal Error] E2202 Required package 'ibxpress' not found
The weird thing is that I'm not using ibx or anything related to it in my project.
And when I search for "ibx" through my whole project, then there's no references for it anywhere as can be seen here when searching through all files in my project folder within VSC:
There's nothing about "ibx" in my project at all. I'm 100% certain that I'm not using ibx in my project. So why is it complaining about missing ibx packages?
I also looked through runtime packages in my project options and couldn't find anything in here:
However when compiling using Delphi 12 Enterprise, then I don't get these errors at all.
As an example, yesterday I worked on the project in Delphi CE the whole day without any issues, and then suddenly out of nowhere it started giving me this error.
I don't know what is causing it, but any help to stop getting the error would be very much appreciated.