Fork me on GitHub

使用clion编译c++程序报错

问题描述:

Clion编译c++程序,报错 “wchar.h not found”

1
2
3
4
5
6
7
8
/Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h:119:15:** **fatal error:** 
'wchar.h' file not found**
\#include_next <wchar.h>
^~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/test_virtual.bin.dir/test_virtual.cpp.o] Error 1
make[1]: *** [CMakeFiles/test_virtual.bin.dir/all] Error 2
make: *** [all] Error 2
解决办法:

click “Tools -> CMake -> ResetCache and Reload Project”

重新编译即可

您的鼓励是我持之以恒的动力