In order to start generating a Visual Studio solution, we need to go to our project directory. This was configured in the previous step in the Create Project screen.
It is also possible to open the project directory using the Launcher by clicking on the gear icon and choosing Reveal in Explorer.
Generating a Visual Studio Solution
You need to follow these below mentioned steps to import a game project:
This presents us with our project; Game (seen under the Project folder in the Solution Explorer), this contains all C++ source files contained in our game plug-in.
Even game projects are represented as plug-ins in CRYENGINE. This means that any game code you write is technically a plug-in for the engine.
In addition, we are presented with three Launchers:
By default, the GameLauncher is selected. This means that if we press F5, the project will be built and launched in a pure game context: