so ive searched the web on this for a while and most of the feedback says to make sure it is a c++ file and not a c file. I am using a cpp file, as the file is called "main.cpp" I am still getting the "fatal error: stdio.h: No such file or directory" message when trying to compile.
I've narrowed it down to the #include <fstream> line