'identifier' : 'type' type redefinition
The identifier was already defined as type. You may also get C2011 if you import a type library more than once into the same file.
For example:
struct S; union S; // Error C2011