this whole project can you upload it..?
Having just built this myself I feel your pain but it is wise to work through it to get it to build so that you can code against it. Also some of the fixes are to files external to the project so you really must change these yourself (or you might hit all sorts of versioning issues). If I get the time I’ll try and zip it all up and upload it somewhere but no promises!
For reference, MY major problem was that I had downloaded the wrong version of openCV and had some strange problems. I built with VC 2005 Pro and only needed to do the change to ctlutil.h ( line 278, operator=(LONG); changed to COARefTime& operator=(LONG); ) and add the following dependencies (of which I suspect some arnt needed) :-
“C:\Program Files\Microsoft Platform SDK\Samples\Multimedia\DirectShow\BaseClasses";"C:\Program Files\Microsoft DirectX SDK (April 2007)\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\src\atl";"C:\Program Files\Microsoft Platform SDK\Include”
Built everything without issue once the environment variables were set.