WHen compiling in visual studio the compiler outputs this at what seems to be its own discretion:
1>Generating Code...
what is it doing here exactly?
Template instances (and other type of code) might generate code (or not in some conditions).