C
CousinPhil
Guest
Well, I followed this tutorial (http://www.sourcewiki.org/wiki/index.php/Porting_Crowbar_To_MP_SDK) and tried to get a basic melee weapon into my MP mod. In this modd, it calls many of the prefixes "crow" for the name of that mod. In mine, I simply changed these instances to "tff" for the name of my mod. Other than that, I virtually followed the tutorial verbatim, however I keep getting a problem when compiling and I don't know what is causing it since it appears that the file is actually there. Here it is, and I'd be very appreciative if someone could help me with this very annoying compile error.
tff_basehlcombatweapon.h
The error
tff_basehlcombatweapon.h
Code:
#include "tff_basehlcombatweapon_shared.h" <--- this is giving me the error
#ifndef BASETFFCOMBATWEAPON_H
#define BASETFFCOMBATWEAPON_H
#ifdef _WIN32
The error
c:\TheFiveFamilies\src\dlls\TFF\tff_basehlcombatweapon.h(7): fatal error C1083:
Cannot open include file: 'tff_basehlcombatweapon_shared.h': No such file or directory