FNCGraphics - Compile Error - Can't find unit "VCL.ImgList"

Hi,

after Updating to Delphi 10.4 SVP 3 and installing all new TMSFNC-Components to the latest Version, I could not compile a former running project:

Error: VCL.TMSFNCGraphics.pas (41) can't find unit "VLC.imgList"

Code:
Types, VCL.TMSFNCTypes
{$IFDEF CMNLIB}
,VCL.ImgList <---- COMPILER STOPPS HERE
{$ENDIF}

Unit e.g. is here (debug and release):
C:\Program Files (x86)\Embarcadero\Studio\21.0\lib\win32\

DevelpSystem: Win2016Server

Could anyone help?

Thank's in advance

We have no issues compiling here, please verify if you can add this unit to your uses list of your project. If you cannot, please re-install RAD Studio in a clean environment

Thank you,

it was a missing unit ...