Why is <string> not found?
已回答
When I hover my mouse over #include <string> it says 'string' file not found
Why is this happening?
I'm running mac os catalina on the newest clion
请先登录再写评论。
Hi! Please open the Terminal, and run the following command: `xcode-select --install`. After that in CLion please do `Tools | CMake | Reset Cache and Reload Project`. It should help.