After recently updating to VS 2017, I encountered an issue with a solution that worked perfectly in VS 2015. Despite enabling the "Compile on save" function and verifying that I have selected the correct "code generation" option, Visual Studio refuses to compile any typescript files for me.
The existing js output file was generated by VS 2015, and although the bottom bar displays the "Output(s) generated successfully" message when I save the ts file, there are no updates reflected in the js file.
It's worth noting that the project is under source control, but both the ts and js files are checked out for editing.
I've researched online and found that similar issues were resolved with the latest VS updates, and I'm confident that my version of VS is up to date.
Any ideas on what could be causing this?