class CTimeOutSocket : public CCeSocket

i declare a new class derive from CCesocket , in EVC 4 that is OK ,
but in Vistual Stdio 2005 ,there is a error when compile :
" error C2504: 'CCeSocket' : base class undefined "

can anyone tell me why?