I'm having these same problems that The Daddy is having.
I did fresh install of VS2010 express and it gave some errors that things were missing and I needed to install VS2008 ?? So I installed VS2008 and those errors went away however now I am left with exactly the problem described in this thread.
I am unable to get VS2008 to run either with the astlib error.
I would prefer to go with VS2010
This is what happens when I try to build and run a project:
1>------ Build started: Project: 056 Games - SpaceShooter, Configuration: Release Win32 ------
2>------ Build started: Project: 054 Multiplayer - GettingStarted, Configuration: Release Win32 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(298,5): warning MSB8004: Intermediate Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Intermediate Directory.
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
3>------ Build started: Project: 053 Particles - GasCloud, Configuration: Release Win32 ------
4>------ Build started: Project: 052 Particles - Explosion, Configuration: Release Win32 ------
1> Core.cpp
Then I get "Unable to start program 'C:\Program Files\AGK\Projects\Native\Windows_VS2010\\Final\001 General - Core.exe'. The system cannot find the file specified."
Which makes sense because there is a double \\ between Windows_VS2010 and Final , and clearly there should not be.
I'm a DBPro user and this is my first stab at doing VS2008/VS2010 so I don't know how to 'modify the paths' as was indicated above.
I did a fresh reinstall of AppGameKit 1076 and VS 2010 and same problem.
I am using Win7 64bit and have both products installed in default C:\ locations