I’m trying to switch from VS to CLion right now. When I create an exporter, the export button is greyed out, “Open in IDE” does nothing.
The CLion path is set to the right exe and I have MinGW installed. I’ve tried building previous projucer version, up to 5.4, without any luck.
If you save the project from the projucer, does the CLion folder get created properly inside Builds? Can you open the generated CMakeLists.txt directly in CLion?
cmake_minimum_required (VERSION 3.4.1)
if (NOT CMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "Choose the type of build." FORCE)
endif (NOT CMAKE_BUILD_TYPE