Following the successful installation of VS 2015 Pro (14.0.25... with Update 3, including a valid license key), and creating a new project (specifically in Javascript or TypeScript using Ionic 2 templates), an issue arises when opening a file. Whether modified or not, upon saving the file, it disappears from the Solution Explorer. Just before disappearing, the file's icon is updated to display a warning symbol.
Interestingly, this problem does not occur when working on a C++ project.
In TypeScript projects, after building, the .ts files reappear at the end of the build process.
All projects are stored on the C: disk. Attempts to resolve the issue both with and without utilizing git have been unsuccessful.
The two extensions installed are Ionic 2 templates and NPM Task Runner. Even after uninstalling them, the problem persists.
Upon restarting VS, the files become visible once again, but the issue remains unresolved.
Could someone please guide me on how to fix this? Your help would be greatly appreciated!