I only have one statement "#import "MSVBVM60.DLL" no_namespace" in my VC6. 0 code. when I compile it, I got error message:

d:\sampl\debug\msvbvm60.tlh(577) : error C2059: syntax error : '('

If I add include file<afxwin.h>

I will have additional error message:
d:\sample\debug\msvbvm60.tlh(451) : error C2059: syntax error : '('

why it has error in msvbvm60.tlh?

Anyone know the reason for this error?

Thanks.