Game crashes on script launch

I apologize in advance, I cannot ask such questions in slark because I do not have access from my country.
Game crashes on script launch. Dlls are in their paths. What could be the problem?

Do you launch from IDE? It might see a different path than the actual built binary laucnhed from game folder.

Yes, I run with the IDE. If you run without an IDE, the same problem occurs. I also tried to install VCMI version 1.1.0, it has a similar folder structure, everything runs correctly there.

please post directory structure of your built version (where vcmiclient.exe is) and what’s inside AI directory

Looks like assert. Asserts are disabled for RelWithDebInfo so they may fail. It is not good but not critical.