I'm trying to do some experiments with generating code from VS2012 projects but I cannot make this piece of t4 code to work
var project = VisualStudioHelper.CurrentProject;
since VisualStudioHelper cannot be found.
What should I install/include in my t4 for making VisualStudioHelper available?