After installing VS 2015 Pro (14.0.25 ... with Update 3, the license key was successfully added) and creating a new project (especially in Javascript or TypeScript with Ionic 2 templates), when I open the file (modified or not), I save it and disappears from the solution explorer. Before it disappears, the file icon will be updated with a warning icon.
However, if I try to create a project in C ++, there is no problem!
In a TypeScript project, after the build, the ts files appear again at the end of the build.
All my projects are located on the c: drive. I tried using and without using git.
The two extensions I installed are: Ionic 2 templates and NPM Task runner. I deleted them, but the problem is still here.
When I restart VS, I see the files again. But the problem is still there.
How to fix it?
source
share