ADO and VC++ in Visual Studio 2005



When #import ing the ADO libraries using Visual Studio 2005 I get the
following error messages...

....\msado15.tlh(1012) : error C2327: 'ADODB::_ADO::Properties' : is not a
type name, static, or enumerator
....\msado15.tlh(2090) : error C2327: 'ADODB::Command15::Parameters' : is not
a type name, static, or enumerator
....\msado15.tlh(2245) : error C2327: 'ADODB::Connection15::Errors' : is not
a type name, static, or enumerator
....\msado15.tlh(2485) : error C2327: 'ADODB::Recordset15::Fields' : is not a
type name, static, or enumerator
....\msado15.tlh(3084) : error C2327: 'ADODB::_Record::Fields' : is not a
type name, static, or enumerator
....\msado15.tli(109) : error C2065: '_result' : undeclared identifier
....\msadox.tlh(489) : error C2327: 'ADODBX::_Index::Properties' : is not a
type name, static, or enumerator
....\msadox.tlh(1053) : error C2327: 'ADODBX::_Table::Properties' : is not a
type name, static, or enumerator
....\msadox.tlh(1166) : error C2327: 'ADODBX::_Column::Properties' : is not a
type name, static, or enumerator

Can anyone help? I didn't have these problems with either VC6 or VS 2003.

Thanks
Jeremy




.