AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   Compile Error (https://forums.alliedmods.net/showthread.php?t=37850)

Freecode 05-08-2005 22:16

Compile Error
 
Im building a plugin and i tried compiling and this is the error i get.
Quote:

ISmmPlugin.h(20) : fatal error C1083: Cannot open include file: 'sourcehook/sourcehook.h': No such file or directory
i do have all the required directories listed under VC++ include files.
Using .NET 7.1

Freecode 05-08-2005 23:15

im thinking it should be
Code:

#include <sourcehook.h>
instead of
Code:

#include <sourcehook/sourcehook.h>

BAILOPAN 05-09-2005 00:27

Correct, but it depends on the include setup...

devicenull 05-09-2005 21:42

I got mine to compile by including the root directory sourcemm, not sourcemm\sourcemm

Perhaps mention that somewhere

Geesu 05-10-2005 17:57

Quote:

Originally Posted by devicenull
I got mine to compile by including the root directory sourcemm, not sourcemm\sourcemm

Perhaps mention that somewhere

it's mentioned on the site I believe


All times are GMT -4. The time now is 08:47.

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