Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] Cannot open include file: 'dxstdafx.h': No such file or directory

Newbie Spellweaver
Joined
Apr 25, 2018
Messages
12
Reaction score
0
for those Ran Developer Guru's, I cant compile the source because of this :(: please help


YlUEoiS - [HELP] Cannot open include file: 'dxstdafx.h': No such file or directory - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Make sure you have the correct DirectX SDK installed and add the lib / include folders to your project build settings.
I obviously don't know what version you're using, let alone if it came with the DirectX SDK in the release you're using. If the release came with the SDK, you'll need to validate the path is correctly set for lib and include folders.
So you'll have to sort that out yourself.



Don't PM me or ask me to go into details, I was just passing through the section. Nothing more or less.
Others will surely be checking this section regularly.
Leave any further questions in the thread and await their replies.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 25, 2018
Messages
12
Reaction score
0
I have VB.net 2003 and DirectX (March2008) , already include the lib and include of the DirectX SDK but "dxstdafx.h" error still show. Somehow I found out the file "dxstdafx.h" in other Folder in the "Source>EngineLib>Dxcommon9" but i'm not sure if that's the fix in that error.




Edit: Fixed = make sure that the files are fully extracted.
 
Last edited:
Upvote 0
Back
Top