Compiler Error C3161
Visual Studio 2010
'interface' : nesting class, struct, union or interface in an interface is illegal; nesting interface in a class, struct or union is illegal
An __interface can only appear at global scope or within a namespace. A class, struct, or union cannot appear in an interface.