CLION module type error

I have a simple project that confuses CLION. Whenever I open a project, Clion reports:

Unknown module type. It is not possible to determine the module type ("CIDR_MODULE") for the following module: "gluecpp" The module will be considered as an unknown module.

I can create a project via CLion, but the syntax highlighting is disabled (only keywords, operators and lines are recognized) and it no longer selects files on the project tab depending on their status (for example, mentioned in CMakeLists.txt, etc. )

I am using CLion 1.1.1 for OS X 10.10.5

+7
clion
source share
1 answer

Delete ".idea /" in the project folder and restart the project again, you will be glad that everything works fine.

Carefully back up your project settings because you will lose them if you really do.

+14
source share

All Articles