Clion don't recognize cpp std with remote toolchain
Answered
I'm using Clion with a remote host.
The project compiles but the IDE shows the std types as errors:
Compilation success:

How do I introduce the std type to the project?
why does it show errors if it compiles?
**when I change the toolchain to WSL everything is OK.
Please sign in to leave a comment.
Hello!
Does `Tools | Resync with Remote Hosts` help?
It helped.
Thank you Anna Falevskaya !