主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
MER
活动总数
8
最后的活动
2025年10月19日 09:24
成员加入日期
2025年10月15日 06:34
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
1
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2025年10月19日 09:24
Is my understanding correct?Exactly right, and I haven’t manually set any path mappings. I do use these libraries in CMakeLists.txt. For libraries that support CMake, I use add_subdirectory; for th...
社区
CLion
CLion cannot find header files in a remote project.
0 票
创建于
2025年10月17日 02:44
That's expected. CLion doesn't copy include and common into the .remote directory since they already exist locally inside the project. Yes, I think that’s reasonable. I’m just puzzled why it isn’t ...
社区
CLion
CLion cannot find header files in a remote project.
0 票
创建于
2025年10月16日 12:12
I use like this:#include "include/mempool.h" #include "common/fmt_common.h"CLion reports that it can’t find the headers in the search paths. All of those search paths come from under .remote, inclu...
社区
CLion
CLion cannot find header files in a remote project.
0 票
创建于
2025年10月16日 11:57
No, I’m not referring to ${PROJECT_BINARY_DIR}/src/include, but to subdirectories like include and common under ${PROJECT_SOURCE_DIR}/src. ${PROJECT_BINARY_DIR}/src/include is correctly synced from...
社区
CLion
CLion cannot find header files in a remote project.
0 票
创建于
2025年10月16日 03:51
Thanks for your reply Anna Falevskaya I tried Resync with Remote Hosts multiple times (and cleared the .remote directory before running the command), but I’m getting the same result — third-party a...
社区
CLion
CLion cannot find header files in a remote project.
0 票