My app keeps getting this error (I\'m using VS 2013, VB.NET, and Windows 8.1, by the way):
Could not run the \"GenerateResource\" task because MSBuild
This fixed the issue on my machine:
To resolve it, go to your csproj file and add the following line under the default property group:
... true
Found here.