CLion indexer does not resolve some includes in the project directory

后端 未结 2 2028
予麋鹿
予麋鹿 2021-02-04 07:26

I have a CLion C++ project that has the following structure:

    project
       ---->my_includes
       |   ----> my_own.hpp
       ---->source
                 


        
2条回答
  •  [愿得一人]
    2021-02-04 08:30

    This should be a CMake-based project to open correctly in CLion. Check CMake basics tutorial if you are new to CMake: https://www.jetbrains.com/help/clion/2016.1/quick-cmake-tutorial.html

提交回复
热议问题