Raised This Month: $12 Target: $400
 3% 

Compiling Modules


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode