Fast edit mode issue "Referenced libraries have changed"

Hello.
Have a constant problem with one of my projects, that I decide to implement on the newest (20022.9) IDE and AXCF2152 FW 2022.9.
Can’t write change to the plc in fast edit mode, IDE return next error msgs:
MSG_ONL0038 Writing project changes not possible for the following reasons:
MSG_ONL0038 Referenced libraries have changed.
All lib files stored in current project subfolder except system library PLCNext_Controller. The path to the folder just in Latin alphabet.
How can I fix it?
Best regards.

I’ve had this issue starting with 2022.6. Happens as soon as I upgrade a project from 2022.0/3.
In one case, writing and starting with sources resolved the issue. In other cases, I’ve had to factory reset and reload the project. Once it’s to that point, I’m able to send changes.
EDIT: Looks like I’m on the wrong page. I think is onto it.

Hi Oleksandr,
I saw the following known issue in the change notes:
If a referenced library directly creates an instance of a PLCnext component in the PLANT tree, “Download changes“ is rejected by the controller. A complete project download has to be executed.

So the questions would be:
Do you use PLCnext compnents in your project?
and
Do you execute a „Download change“?

Cheers
DivisionByZero

изображение.pngYes, it seems bingo case… Both of conditions is matched…
Thank you.