does anyone know if it\'s possible to run T4 template file from another T4 template, inside VS2010
Thank
What your probably looking for is T4 Toolbox. It will allow you to actually generate code in individual files and add them to a project automatically.
Highly Recommended.
I have used t4 toolbox to generate whole projects just based on a model.
(T4 Toolbox was formerly located at http://t4toolbox.codeplex.com/ but is now at https://github.com/olegsych/T4Toolbox )