Suddenly, and inexplicably, Slow Cheetah has stopped working inside Visual Studio 2013. By "stopped working" I mean:
- The context menus no longer appear (ie Preview Transform, Add Transform)
- Config file transforms no longer occur when the project is built.
By "suddenly" I mean yesterday it was working, and today it is not. I'm not aware of what changed on my computer that would cause Slow Cheetah to break
This happened for every solution on my machine (new or old). The problem seems to reside in Visual Studio itself.
There are many SO answers to this question, but all of them boil down to these 3 suggestions, which I tried:
- Un-install and re-install the Slow Cheetah Nuget package using the Visual Studio library package manager.
- Look in the *.csproj file and verify that the "PropertyGroup" section is above the "Import Project" element.
- Delete %APPDATA%..\Local\Microsoft\MSBuild\SlowCheetah and rebuild.
Is there any way to debug this issue? Nothing appears in the build output window.