You are likely referencing Vcl.Skia in one of your units.
If you do not require Skia, remove Vcl.Skia from your uses clause. Otherwise, right-click your project in the Delphi Projects window and select "Enable Skia".
Recently I added VCL.skia to my program, D12.2, IE 14.0.0, thinking it would add WebP files. I was surprised to find it worked fine with Win 11 Pro, but caused a similar error message as mentioned here, for Win 11 Home. I searched the Change History and see that this goes back to 2023 and 2024. Has this been corrected since then? I removed Skia and the program worked correctly in Win 11 Home and apparently it is defaulting to using WIC so I'm still reading WebP files. But, you can bet this caused some head scratching to figure out what I might have done to cause the problem. Good thing the forum had the answer!