i have currently purchased a new laptop and i installed mingw and vs code in it, but when i tried to use the header file #include <bits/stdc++.h>
it showed me this error
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\Users\nothe\Desktop\vs code programs\main.cpp).
this is only happening with this particular header file. When I use iostream , vectors etc. it does not shows the error. i did the same installation in my pc and it was working fine. I tried the solutions available on the internet but it is still not working. please help me.