I just went from visual studio 2008 to 2010, and after solving all issues my project runs perfectly.
However sometimes a project is complaining about unresolved symbols. When I rebuild the objects causing the issues the problem is solved again, at least until I edit and compile part of the project again.
The solution contains the Lua project and compiles it as dll. A game engine project uses Lua, and the game project also does this so it can register necessary game-functions. The game project also links to the game engine project of course.
It's always the game project being unable to resolve Lua project symbols.
References and dependencies are set correctly as far as I can see.
Thanks