Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
MER
Total activity
8
Last activity
October 19, 2025 09:24
Member since
October 15, 2025 06:34
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
October 19, 2025 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...
Community
CLion
CLion cannot find header files in a remote project.
0 votes
Created
October 17, 2025 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 ...
Community
CLion
CLion cannot find header files in a remote project.
0 votes
Created
October 16, 2025 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...
Community
CLion
CLion cannot find header files in a remote project.
0 votes
Created
October 16, 2025 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...
Community
CLion
CLion cannot find header files in a remote project.
0 votes
Created
October 16, 2025 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...
Community
CLion
CLion cannot find header files in a remote project.
0 votes