Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Combat Arms Hacks & Cheats › Combat Arms Help › Menu code problem. Cannot open include file: 'Base.h'

Menu code problem. Cannot open include file: 'Base.h'

Posts 1–13 of 13 · Page 1 of 1
WE
westomat
Menu code problem. Cannot open include file: 'Base.h'
Just started learning how to make hacks and i'm having trouble with my menu.
I've written all the code and when i come to Build it i get:
fatal error C1083: Cannot open include file: 'Base.h': No such file or directory.
I have searched MPGH and google and it seems to tell me to download DirectX SDK and add VC++ Directory files.
I downloaded it and i'm pretty sure i added those VC++ Directory files right.
But i still get the same problem?
Help!
#1 · 16y ago
deathninjak0
deathninjak0
Read your errors, you need to include base.h

And I think you need to check where'd you put the location of the base.h
#2 · 16y ago
WE
westomat
Are these the right locations for them?
C:\Program Files\Microsoft DirectX SDK (June 2010)\Utilities\Bin\x86
C:\Program Files\Microsoft DirectX SDK (June 2010)\Include
C:\Program Files\Microsoft DirectX SDK (June 2010)\Lib\x86

or the DirectX SDK had nothing to do with base.h?

And i have #include "Base.h" at the top of my code.
#3 · 16y ago
WH
whit
Quote Originally Posted by westomat View Post
Are these the right locations for them?
C:\Program Files\Microsoft DirectX SDK (June 2010)\Utilities\Bin\x86
C:\Program Files\Microsoft DirectX SDK (June 2010)\Include
C:\Program Files\Microsoft DirectX SDK (June 2010)\Lib\x86

or the DirectX SDK had nothing to do with base.h?

And i have #include "Base.h" at the top of my code.
Nope SDK Wouldnt have nothin to do with it
Is Base.h In the project....
#4 · 16y ago
WE
westomat
Yes it is.
Even if i get rid of the
#include "Base.h"
the next #include has an error.
Im so confused.
#5 · 16y ago
WE
westomat
Does anyone else know whats is happening?
im still getting this error.
1>------ Build started: Project: test, Configuration: Debug Win32 ------
1>Compiling...
1>Base.cpp
1>c:\users\documents\visual studio 2008\projects\test\test\base.cpp(3) : fatal error C1083: Cannot open include file: 'Base.h': No such file or directory
1>Build log was saved at "file://c:\Users\Documents\Visual Studio 2008\Projects\test\test\Debug\BuildLog.htm"
1>test - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
#6 · 16y ago
jonnyboy9985
jonnyboy9985
Why are you trying to include Base.h? Is it a menu hack you are working on?

Quote Originally Posted by westomat View Post
Yes it is.
Even if i get rid of the
#include "Base.h"
the next #include has an error.
Im so confused.
And plus, just because it says that #include function has an error, does NOT mean that thats where the error is... You coding could very well be correct, just you are not telling the preprocessor to look in the right places?
#7 · 16y ago
BossMan.
BossMan.
Wrong section, ask the source codes people.
#8 · 16y ago
WE
westomat
Quote Originally Posted by Dr. Fatality View Post
Wrong section, ask the source codes people.
Its not the wrong section. Look
http://www.mpgh.net/forum/207-combat...9-warning.html

Thanks for your help guys, i just started learning 2 days ago i guess menu is a bit too hard for me atm.
#9 · 16y ago
o-o
o-o
Quote Originally Posted by westomat View Post
Does anyone else know whats is happening?
im still getting this error.
1>------ Build started: Project: test, Configuration: Debug Win32 ------
1>Compiling...
1>Base.cpp
1>c:\users\documents\visual studio 2008\projects\test\test\base.cpp(3) : fatal error C1083: Cannot open include file: 'Base.h': No such file or directory
1>Build log was saved at "file://c:\Users\Documents\Visual Studio 2008\Projects\test\test\Debug\BuildLog.htm"
1>test - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Quote Originally Posted by westomat View Post
Yes it is.
Even if i get rid of the
#include "Base.h"
the next #include has an error.
Im so confused.
Double Post o-o
#10 · 16y ago
NO
NOOBJr
Wowo fail hahah create a base.h in you directory lol. also seems like you copied and pasted the menu because i copied and pasted and got the same error except ik knew what to do..:/
#11 · 16y ago
holygrail
holygrail
i think johnny is right
#12 · 16y ago
deathninjak0
deathninjak0
They changed the rule so you can now have discussions in the hack source code section.
#13 · 16y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • 1>LINK : fatal error LNK1181: cannot open input file 'd3dx9.lib'By ipwnuuaal5 in Combat Arms Hack Coding / Programming / Source Code
    10Last post 16y ago
  • [HELP] Admin menu / Coding problemBy Raffeman in Other Programming
    15Last post 16y ago
  • Fatal error C1083 : Cannot open include...By BACKD00R in Combat Arms BR Coding Help
    34Last post 15y ago
  • fatal error LNK1104: cannot open file "d3dx8.lib"By SteeL in C++/C Programming
    8Last post 18y ago
  • cannot open a zip file?By XqwertyX in WarRock Korea Hacks
    4Last post 19y ago

Tags for this Thread

None