'parameter_name' : illegal argument for attribute 'attribute_name'
You specified an invalid argument to an attribute. For example:
#pragma keyword("interface", on) #pragma warning(disable:4199) interface IX5 { public: [ property(set=1) ] // set is not valid to property attribute int Size; };
property attribute