Visual C++ 2005 Resource Editor Not Working

One of my guys at work had a problem with his new VS 2005 install, everything worked fine for compiling but he couldn’t actually edit his resources. For some reason he would get error: RC1107, and the resource editor would refuse to list or show resources of any type.

Bizarrely, the fix for the bug is to ensure that the last item in your VC++ include directories has an extra “" character on it, as described here:

MSDN forums

That is one weird bug!