Hi again guys, I'm attempting to build a C++ project from a .sln which has multiple projects in it, using MSBuild. when I try and run MSBuild from teh commandline with my sln file, Configuration and Platform settings, it errors out because it can't find things like cstdio, d3d9, windows.h etc.
I've Googled and Googled and Googled and can't seem to find a way to give MSBuild Include paths on the commandline. Anybody experienced this? Am I approaching this wrong somewhow?
