Thread: vc++ problem..
View Single Post
Re: vc++ problem..
Old
  (#8)
sparky99
Member
 
Status: Offline
Posts: 18
Join Date: Oct 2009
Default Re: vc++ problem.. - 24-08-2012

Lolz, I did the same thing... Im using VS2008 express ##Dont## use Patched HL SDK directories to build your metamod mod. Use the SDK files that came with the metamod-p Zip, they are different, as mentioned in the doc's.

So set your additional include directories to the metamod-p sdk.

C:\PROJECTS\metamod\metamod;
C:\PROJECTS\metamod\hlsdk\common;
C:\PROJECTS\metamod\hlsdk\pm_shared;
C:\PROJECTS\metamod\hlsdk\engine;
C:\PROJECTS\metamod\hlsdk\dlls

Having said that I have other metamod mods not complaining about the HLSDK p3 files being included.....
  
Reply With Quote