View Single Post
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 04-29-2012 , 14:52   Re: Compiling Modules
Reply With Quote #6

Quote:
Originally Posted by Shadows In Rain View Post
Add \sdk\, if your own files are placed in rootfolder.
So i did this and it continues to say it cant find the amxxmodule.h or metamod_config.h

Those are my last two errors

Code:
1>------ Build started: Project: take_damage_example, Configuration: Release Win32 ------
1>  module.cpp
1>C:\Users\John Doe\Desktop\module_take_damage_example_SRC\module_take_damage_example\include\module/module_for_rage.h(5): fatal error C1083: Cannot open include file: 'amxxmodule.h': No such file or directory

1>  take_damage_example.cpp
1>C:\Users\John Doe\Desktop\module_take_damage_example_SRC\module_take_damage_example\include\take_damage_example.h(2): fatal error C1083: Cannot open include file: 'amxxmodule.h': No such file or directory

1>  amxxmodule.cpp
1>c:\users\john doe\desktop\module_take_damage_example_src\module_take_damage_example\sdk\module_config.h(17): fatal error C1083: Cannot open include file: 'metamod_config.h': No such file or directory

1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Last edited by Doc-Holiday; 04-29-2012 at 14:54.
Doc-Holiday is offline