I have been using neovim as my main IDE for competitive programming with YouCompleteMe in WSL. But I recently decided to switch from WSL to Windows since WSL was causing an absurd amount of lag while opening initially.
When I was using bits/stdc++.h as my header file in WSL everything worked fine but on windows YouCompleteMe is showing "Too many fatal errors". However MinGW is able to compile it without any problem.
Is there any way I could add support for bits/stdc++.h in YCM?
PS. Error is caused by YCM and not by the compiler.