I'm trying to build and run the Cryengine 5.6.5, after following step by step this tutorialhttps://www.youtube.com/watch?v=wSDHLj8HkhE&t=821s, I try to run the Sandbox via visual studio but I got the error
"attempting to start the engine without a project. Please use a .cryproject file!"
and then the following window is shown
https://ibb.co/QpsY22Q
As reported in the tutorial I've set the project file in the debugger command-line argument...
https://ibb.co/rF1LrGv
Ps: When I build the engine, in the Profile configuration (as the tutorial says), I always the following output
Code: Select all
========== Build: 1 succeeded, 0 failed, 113 up-to-date, 13 skipped ==========
Help please...