Compiler Warning (level 1) C4185

ignoring unknown #import attribute 'attribute'

The attribute is not a valid attribute of #import. It is ignored. For example:

#import "olepro32.dll" no_such_attribute

The attribute no_such_attribute does not belong to #import.