c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cwchar:44:10: fatal error: wchar.h: No such file or directory #include <wchar.h>
Asked
Active
Viewed 91 times
2

Vlad from Moscow
- 301,070
- 26
- 186
- 335

m dib
- 21
- 1
-
2Welcome to Stack Overflow. Please read [how to ask a good question](https://stackoverflow.com/help/how-to-ask). – Michael Chourdakis Feb 08 '20 at 12:54
-
2Did you try [#include
](https://en.cppreference.com/w/cpp/header/cwchar) instead of `#include – Picaud Vincent Feb 08 '20 at 12:59` which is a C (not C++) header? -
3Can you show us your code? How exactly do you compile it? – HolyBlackCat Feb 08 '20 at 13:05