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
Adding this in each project is a cumbersome task. So you can set it in the environment variables.
Click Start>> Right-click Computer >> Properties >> Advanced system settings >> Click Environment Variables button to open the dialog, then under the System variables section, click New… button, type the Variable name = DISABLEOUTOFPROCTASKHOST, and type the Variable value = 1, then click Ok.
More here