Original Post
Hello, I downloaded the fixed version of the books source code from: http://www.gamedev.net/community/forums/topic.asp?topic_id=545823 I have been working through the book just fine. However now I cannot open chapter 6 projects/source code. Trying to open the project in VC++ 2008 Express causes an attempt at conversion which yields the error: "Conversion Issues - terrain_glsl.vcproj: The following error has occurred during XML parsing: File: path_here/terrain_glsl\vc++\terrain_glsl.vcproj Line: 2 Column: 194 Error Message: '9.00' violates enumeration constraint of '7.00 7,00 7.10 7,10 8.00 8,00'. The attribute 'Version' with value '9.00' failed to parse. The file 'path_here\terrain_glsl\vc++\terrain_glsl.vcproj' has failed to load." I have tried changing the value from 9.00 to 8.00. This allows me to open the project but it fails to build without numerous warnings and an eventual crash. Has anyone else encountered this issue? Any ideas on how to fix it?