erroe message on a 3dn prionter program

hi I am new to using Arduino and I am having compiling errors that no one on the printer forum can help me with other than sending me in circles with installation guides

my error code messages are as follows

In file included from /SdVolume.h:29,
from /SdBaseFile.h:31,
from /SdFile.h:27,
from Marlin__I3_pro_B.cpp:64:
/Sd2Card.h:32:20: error: SdInfo.h: No such file or directory
In file included from Marlin__I3_pro_B.cpp:33:
/Configuration.h:497: error: expected unqualified-id before numeric constant
In file included from /SdVolume.h:29,
from /SdBaseFile.h:31,
from /SdFile.h:27,
from Marlin__I3_pro_B.cpp:64:
Sd2Card.h:191: error: 'cid_t' has not been declared
Sd2Card.h:202: error: 'csd_t' has not been declared
In file included from /SdFile.h:27,
from Marlin__I3_pro_B.cpp:64:
SdBaseFile.h:198: error: 'fpos_t' has not been declared
SdBaseFile.h:202: error: 'fpos_t' has not been declared

this is all totally new to me so if anyone can help with the coding i would much appreciate the help

Why not start with the very first error message: "/Sd2Card.h:32:20: error: SdInfo.h: No such file or directory".

That seems pretty self-explanatory, don't you think? The toll chain is looking for a file called 'SdInfo.h' and can't find it. So, it's either not on your computer or in the wrong place.