Compile Source Code on Windows 7 W VS2010

Try makepanda without directcam and vision first. Those are generally problematic with newer DirectX and Win Sdks.

try

makepanda --everything --no-vision --no-directcam

You can also try threaded build to reduce your build times

makepanda --everything -no-vision -no-directcam --threads=4

Zhao