Thread: [Solved] Compiling
View Single Post
Author Message
redivcram
Veteran Member
Join Date: Jul 2014
Location: Serbia
Old 07-20-2018 , 14:51   Compiling
Reply With Quote #1

I'm using Visual C++ 2018 Express Edition and recently started going into module coding. I'm using the DOD Message Demo from the wiki. There's an error after compiling.

Code:
1>------ Build started: Project: test_mm, Configuration: Debug Win32 ------
1>Compiling...
1>amxxmodule.cpp
1>main.cpp
1>d:\hl mod toolkit\mod_cstrike\metamod\sdks\test_mm\test_mm\main.h(5) : fatal error C1083: Cannot open include file: 'amxxmodule.h': No such file or directory
1>Generating Code...
1>Build log was saved at "file://d:\HL Mod Toolkit\mod_cstrike\metamod\sdks\test_mm\test_mm\Debug\BuildLog.htm"
1>test_mm - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

p.s.

I've set the environment variables for METAMOD and HLSDK.

Last edited by redivcram; 07-25-2018 at 12:33.
redivcram is offline