I am having trouble getting Tag Helpers enabled in my project.
Here is a summary of the project setup:
After much back and forth I got the intellisense working.
As mentioned in the question update, I needed to add @addTagHelper "Microsoft.AspNet.Mvc.TagHelpers"
Finally, I looked at the NuGet page for tag helpers. I noticed some listed dependencies were not in my project. I added those, restarted VS, and got some intellisense.