View Single Post
Author Message
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 03-20-2012 , 01:19   Compiling Modules
Reply With Quote #1

OK so i am using MSVC2010.

I have the HLSDK.
All of the files are on my cdrive in the location below
Code:
c:\sdk_files\
This is what i have for includes and it continues to tell me that it cant find vectors.h which is in
Code:
c:\sdk_files\hlsdk\multiplayer\dlls
Code:
C:\sdk_files\hlsdk\multiplayer;..\include;$(IncludePath)
If i remove the ..\include; it causes errors and no idea what the $(InculdePath) is...

So any ideas why it cant find the files in \multiplayer?

The SDK is the one arkshine has posted all over (compilable in msvc2008 from some website not from metamod.org)

Code:
1>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\extdll.h(84): fatal error C1083: Cannot open include file: 'vector.h': No such file or directory
Then if i add that location into the includes section it tells me another file cant be found... and then another.

The list looked like this
Code:
C:\sdk_files\hlsdk\multiplayer;
C:\sdk_files\hlsdk\multiplayer\common;
C:\sdk_files\hlsdk\multiplayer\engine;
C:\sdk_files\hlsdk\multiplayer\dlls;
..\include;
$(IncludePath)
And it started to say that vector.h wasn't found again....

Last edited by Doc-Holiday; 03-20-2012 at 01:20.
Doc-Holiday is offline