I\'m trying to set up CLion (windows 8.1, 64-bit, using cygwin and not mingw), and I\'m trying to compile+run a project, but I don\'t know what to do here:
Check in CMakeLists.txt that the line set(SOURCE_FILES main.cpp ... does not reference files that does not exist. It solved it for me.
CMakeLists.txt
set(SOURCE_FILES main.cpp ...