I have the following in a T4 template, (Snippet is from an old tutorial):
<#@ import namespace = "Microsoft.VisualStudio.TextTemplating" #>
<#+
Engine _engine = new Engine();
#>
I can see that the Engine type is part of the Microsoft.VisualStudio.TextTemplating.15.0 Assembly. I'm using VS 2017. When I look through the API's for the Visual Studio 2017 I can't find the namespace...
I did find this: VS 2015 Documentation... Is the Doc for VS2017 not-up to date or am I using something I really shouldn't? Save me from my misery!