Why is <string> not found?
Answered
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
Please sign in to leave a comment.
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.