Cmake and UE 4.9 on windows

I can’t seem to generate the CMakeLists.txt file by using GenerateProjectFiles.bat for my projects.
It is working to build UE4 utils but not on templates.

I used the following command :

E:\unreal\TP_ThirdPerson>D:\UnrealEngine\GenerateProjectFiles.bat -cmakelist -Engine -Game "E:\unreal\TP_ThirdPerson\TP_ThirdPerson.uproject"

My UE4.9 source is using the Release branch of the git repository (commit 311e18ff3).

It will generate a E:\unreal\TP_ThirdPerson\TP_ThirdPerson.sln file but no CMakeLists.txt…

The TP_ThirdPerson folder is a coy of the TP_ThirdPerson template.

The UE4.9 changelog states

Pass -cmakefile to GenerateProjectFiles and use CLion or other IDEs to build UE4.

Is it only to build UE4 and not projects ? If so it would be nice to have a warning.

Have you tried to generate without -Engine ?:

E:\unreal\TP_ThirdPerson>D:\UnrealEngine\GenerateProjectFiles.bat -cmakelist -game "E:\unreal\TP_ThirdPerson\TP_ThirdPerson.uproject"

Yes, it only generates a VS solution, using latest release branch (4.10-release)

HELLO. I WOUDL APRECIATE IF CAN TALK ME WHAT DO CMake 3.14.5 or higher …THAT IS ASKED TO CAN RUN RTXGI NVIDIA… CAN PUT IT ME IN A PROBLEM IF I INSTALLL IT ? I HAVE 3 DAYS TRYING TO INSTALL THIS… AND NOT WORK. AND I THINK PERHAPS I S DUE I HAVE NOT INSTALLED THIS…

THE MATHER IS THAT I CANT UNDERSTAND NEITHER WHAT VERSION Y WOULD NEED INSTALL Download | CMake

TKS.

cd /path/to/UE4/Engine/Build/BatchFiles/Mac
./GenerateProjectFiles.sh -cmakefile -game -project “/path/to/Game.uproject

ref: Setting up Unreal Engine 4 CMake environment for CLion – Let's try Unreal

cd /path/to/UE4/Engine/Build/BatchFiles/Mac
./GenerateProjectFiles.sh -cmakefile -game -project “/path/to/Game.uproject"

ref: Setting up Unreal Engine 4 CMake environment for CLion – Let's try Unreal