当CLion报告“cannot find any CMake profile”时,通常意味着CLion未能正确识别或配置CMake环境。以下是一些解决步骤,可以帮助你解决这个问题: 检查CMake安装: 确保CMake已正确安装在你的系统中。你可以通过在终端或命令提示符中运行cmake --version来检查CMake是否已安装以及其版本号。 如果未安装CMake,你需要先...
Maybe certain cache within CLion get currupted? I noticed there are a couple of complaints about "Cannot find any CMake profile" as it perhaps covers multiple scenarios. Can someone from CLion support respond to it ASAP? Thanks,Frank
"C:\Program Files (x86)\JetBrains\CLion 2016.3\bin\cmake\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" "D:\Users\Matteo\Documents\Unreal Projects\UnrealCourse\BuildingEscape" -- The C compiler identification is GNU 5.3.0 -- The CXX compiler identification is...