Results 1 to 8 of 8

Threaded View

  1. #1
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine

    [Tutorial]How to fix "Cannot Include d3dx9.h" in VC++ 2010[With Pics!]


    This tutorial will teach people how to fix the "Unable to include d3dx9.h" error when compiling, hopefully reducing the number of threads regarding this.

    Credits:
    CodeDemon--Writing the tut
    Gellins Base--What I used as an example project.

    1)Open your project, then at the top select Tools->Settings-Expert Settings.


    2)After it re-configures, go to Project->YOUR PROJECT NAME PROPERTIES.


    3)Now click on Configuration Properties and then select Include Directories.


    4)Click on the Edit button and a window should pop up.


    5)At the top of the new window click on the little folder icon labeled "New Line"


    6)Click the triple dot button and then navigate to your C:/YOUR DIRECTX SDK DIRECTORY(Usually under Program Files)/Include and click Select Folder.


    7)Now we add the library files, do the same exact thing we did in steps 3-6

    8)Select Library Directores

    9)Click on the Edit button and a window should pop up.


    10)At the top of the new window click on the little folder icon labeled "New Line"


    11)Click the triple dot button and then navigate to your C:/YOUR DIRECTX SDK DIRECTORY(Usually under Program Files)/Lib/x86 and click Select Folder.


    12)Now click the Apply button on the window where all the VC++ Directories were.


    13)Hit the Save All button.


    14)Now build your project in release mode and you should no longer have that error!

  2. The Following 7 Users Say Thank You to CodeDemon For This Useful Post:

    Amatowarrior (08-31-2010),hanamychy (12-18-2013),hgmf8124 (08-03-2010),iiNarbz (03-23-2012),Killahr (08-03-2010),o-o (08-03-2010),Protex361 (03-25-2015)

Similar Threads

  1. [Tutorial] How to fix the "Server is full" error!
    By Zayk in forum CrossFire Tutorials
    Replies: 15
    Last Post: 08-22-2010, 03:31 PM
  2. Replies: 14
    Last Post: 07-11-2010, 03:37 AM
  3. [Tutorial]How to Fix MPGH CF Pub
    By Sympony13 in forum CrossFire Tutorials
    Replies: 2
    Last Post: 07-11-2010, 02:23 AM
  4. [Tutorial]How to Fix MPGH CF Pub(32-bit) Vista&XP
    By Sympony13 in forum CrossFire Tutorials
    Replies: 0
    Last Post: 07-08-2010, 12:47 PM
  5. [Tutorial]How to fix MPGH pub hack after patch
    By Andyklk2009 in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 10-17-2008, 01:49 PM