CBXE - 2018-11-08

I am using C++Builder XE4 with the VCL 32 bit platform. I have installed FastMM successfully into most of my projects but one project shows the error message below. I am running the program though the IDE in debug mode. I am not sure my project has a .dpr file which is a Delphi file. I have FastMM4.pas list as the top item in the Build Order for the Delphi files and FastMM4BCB.cpp as the top item in the Build Order for the C++ Files. What can I try to solve this problem?

FastMM4 cannot be installed since another third party memory manager has already installed itself. If you want to use FastMM4, please make sure that Fastmm4.pas is the very first unit in the 'uses' section of the your project's .dpr file

Thanks