Just download 64bit version of mingw
to check weather you have the 64bit version or not.
run:
gcc -v
output:
Target: x86_64-w64-mingw32
if the output is:
Target: i686-w64-mingw32
then, your gcc is 32bit so there will be some issue with header not detected by IntelliSense.