I am using visual studio community 2015 writing typescript in a MVC 6 application. Everything was working fine last time, when I opened the solution today typescript lost its intellisense, When I compile using gulp it compiles, but visual studio doesn't want to see anything. when I add the "reference directive" on the top of the files the intellisense work, but visual studio still cannot understand html in react tsx files and highlight the tags with red lines which if you hover on them you see "React is not found"! I wonder what happened suddenly!! I didn't change anything I was just writing ts and tsx files.