Like what Ehab suggested, you might also need to delete the empty line at the end GlassV3Header.tt, otherwise you will get an error message:
An error occured while generating code for item '/sitecore/templates'.
T4 Template: D:\Project\XYZ\TDS.Master\Code Generation Templates\GlassV3Item.tt
Errors:
Compiling transformation: Invalid token 'this' in class, struct, or interface member declaration
Compiling transformation: Method must have a return type
Compiling transformation: Type expected
Crytic, but removing the extra line solves the problem.