Compiler Error C2207

'member' in struct/union 'tag' has a zero-sized array

The member of the structure or union tag contains an array with no subscript or a zero subscript. This kind of array is legal only as the last member of a structure or union.