Hi All,

I have to write a program with multiple classes in. I have designed the program's classes etc but no matter what I do I can't get past a problem thats causing me to pull my hair out.

I have reduced my program to only one class for testing but it still fails with the following:

[C++ Error] _config.h(488): E2141 Declaration syntax error

The compiler (Borland C++ Builder 6) then opens a file called
_config.h

And highlights the line
namespace std { }

If anyone can shed any light on this I would be extremely grateful, until I can get past this error message I can't properly start coding.