CLion

    CLion requires a file as a project file, which is problematic for Godot because it uses the SCons buildsystem instead of CMake. However, there is a CMakeLists.txt configuration for which can also be used by CLion.

    • Navigate to (the CMakeLists.txt file is located there) and select it (but not the file itself), then click OK.

    The folder containing the CMakeLists.txt file.

    • Choose Tools > CMake > Change Project Root from the top menu and select the Godot root folder.