Debuging Source Problem

08/09/2018 14:03 Ecrypter#1
Hi Epvpers i debu all the program in the source and i got this error

Neuz
PHP Code:
Official Source\Neuz\StdAfx.h(55) : fatal error C1083Cannot open include file'D3D9.h'No such file or directory 
LoginServer
PHP Code:
Official Source\_DirectX\d3dfont.h(11) : fatal error C1083Cannot open include file'D3D9.h'No such file or directory 
DatabaseServer
PHP Code:
Official Source\_Common\vutil.h(10) : fatal error C1083Cannot open include file'D3D9.h'No such file or directory 
CoreServer
PHP Code:
Official Source\CORESERVER\StdAfx.h(24) : fatal error C1083Cannot open include file'd3dx9math.h'No such file or directory 
Certifier
PHP Code:
Official Source\_DirectX\d3dfont.h(11) : fatal error C1083Cannot open include file'D3D9.h'No such file or directory 
CacheServer
PHP Code:
Official Source\CACHESERVER\StdAfx.h(24) : fatal error C1083Cannot open include file'd3dx9math.h'No such file or directory 
AccountServer
PHP Code:
Official Source\AccountServer\StdAfx.h(32) : fatal error C1083Cannot open include file'd3dx9tex.h'No such file or directory 
WorldServer
PHP Code:
Official Source\WORLDSERVER\StdAfx.h(40) : fatal error C1083Cannot open include file'd3d9.h'No such file or directory 
how to fix this debug error
thanks in advance
08/09/2018 14:06 Kinami#2
"Cannot open include file: 'd3d9.h': No such file or directory "

Can you read?

Make sure it exist -> boom done.
08/09/2018 14:19 Ecrypter#3
the d3d9.h is in my DX_SDK folder
08/09/2018 14:21 Kinami#4
But are you sure?
08/09/2018 14:37 Ecrypter#5
yes every files i check. idk what is the problem before i format my desktop no error like this before. im always debugging my neuz and worldserver when i have new added system . but now i got that error after install all.
08/09/2018 21:49 nicksss03#6
D3D9.h try to put it on _common I kind a encounter some of this problem before
08/09/2018 22:44 cookie69#7
Are you using a preprocessor definition that has not been defined in your current configuration (aka Debug)?
Check for the "Debug" configuration that you have put any required preprocessor definition in "C/C++ -> Preprocessor -> Preprocessor Definitions".
You can show us where #include <D3D9.h> is in your code
08/09/2018 23:28 Avalion#8
make sure dx_sdk is in your list of include directory :)????
08/10/2018 11:48 Ecrypter#9
Quote:
Originally Posted by Avalion View Post
make sure dx_sdk is in your list of include directory :)????
okey thanks for the reminder i forgot to put again in my directory after formating my windows.

closed thread
08/10/2018 14:02 cookie69#10
This is the result of leeching other people code and never try to use your brain the right way...
If you are a developer, you dont have the right to forget the includes, like you dont have the right to forget to wear your slip when you go out in the morning.
Stop asking for help for stupid errors like this, you will never learn if you do.
08/13/2018 13:03 Ecrypter#11
check my comment after i format my hard drive i forgot to include in the directory. ???? there is anything wrong? we are a human and we are not perfect okey?
08/13/2018 14:00 ディオニュソス#12
There is this wise man who once said
Quote:
Don't ask if you don't know.! ask google for an answer.!