Clion integration fails to generate Clion project:
- Set Clion as default Editor, create new C++ project - new project generates VS stuff (nothing related to Clion). Could live with this though.
- Choose File -> Generate Clion project - modal window is shown, some progress is happening, but I do not find any changes in project.
The only way I had managed to overcome this was opening Clion manualy and creating C++ EXE project on this folder by myself. That generates CMakeLists and UE becomes happier. Now I can see Open Clion menu option, also clicking on C++ classes opens them in Clion. But… as Engine source is outside of project folder, all includes of engine headers are red. Also pressing Refresh Clion project doesn’t look like doing something. As I understand CMakeLists.txt should be updated.