Hi, I am making a game, and it uses OGRE and is successfully compiled with it. My VS2010 solution contains two projects, Game and Gui, where Game is a console application and Gui is a static linked library, and Game references Gui. G:\Game\Code\MyGame is the solution directory. The Gui project has a...