First thing, I would just like to say thank you for the great new release of the emulator.  I have downloaded the binaries and everything is running great so far.
Now I have downloaded the newest version of the Source from the download page and I am getting a few errors when trying to compile it.
I am getting these errors when I try to compile world
	Code:
	Error	1	fatal error C1083: Cannot open include file: 'HttpdSocket.h': No such file or directory	e:\eqemu_source\eqemu-0.6.5\world\eqwhttphandler.h	21	
Error	2	fatal error C1083: Cannot open include file: 'HttpdSocket.h': No such file or directory	e:\eqemu_source\eqemu-0.6.5\world\eqwhttphandler.h	21	
Error	3	fatal error C1083: Cannot open include file: 'HttpdSocket.h': No such file or directory	e:\eqemu_source\eqemu-0.6.5\world\eqwhttphandler.h	21	
Error	4	error BK1506 : cannot open file '..\build\world\debug\EQWHTTPHandler.sbr': No such file or directory	BSCMAKE
 I am getting these errors when I try to compile Zone.
	Code:
	Error	5	fatal error C1083: Cannot open source file: '..\common\.cpp': No such file or directory	c1xx	
Error	6	error BK1506 : cannot open file '..\build\zone\debug\.sbr': No such file or directory	BSCMAKE
 I have tried using both Visual Studio 2003 Professional and Visual Studio 2005 Professional.  The error message above came from Visual Studio 2005.  Thank you for any help you can provide.