Clion cannot find STL libraries

Answered

I updated my MacBook yesterday night to MacOs Catalina. When I opened CLion, it highlights the STL library files as red and says they can't library files can not be found for any project I open. I'm not sure what is wrong with it

1
1 comment

Hello!

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.

1

Please sign in to leave a comment.