The errors look completely random to me. The 3 of them, regardless of what I use the above mentioned headers for, even if i just #include them, without actually using them, are:
stdexcep.h(51): E2303 Type Name Expected
stdexcep.h(122): E2303 Type Name Expected
iosbase.h(102): E2303 Type Name Expected
If you go to these line numbers, you can see they look random. Both errors in stdexcep are lines which open a new class with {. Does this mean stdexcep.h and iosbase.h are corrupt? Please help :S
Thanks In advance
Chris