I am getting the following error when building my project and have no idea what it means.
Environment: C++/CLI - VS2005
EDIT: Error message is "Project : error PRJ0003 : Error spawning 'resgen.exe'." The weird thing is that it compiles other projects with the same configuration without any problems! I searched over the internet and it looks like it is caused by having VS2010 and VS2005 sitting together on the same machine. It is also said that reinstalling VS2005 fixes the problem.
Has any of you encountered this problem before? If yes, how did you fix it?