When I use code generation to generate C++ code, the methods are not "scoped" correctly. In other words, instead of: void Foo::bar() I get : void bar() Do I have to explicitly name operations with the scope? TIA, Kase