Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory

fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory

Scheduled Pinned Locked Moved C / C++ / MFC
helpgraphicsgame-dev
12 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y yaminisridaran

    Can any one solve this issue of mine I am getting this error fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory but I have installed directx 9.0 S.Yamini

    S Offline
    S Offline
    Sam_c
    wrote on last edited by
    #2

    check under tools -> Options->projects and solutions, VC++ Directories that the include directory in present. if it is... copy the dir path, go to explorer check that the file you need is in that directory. hope that fix's it

    Y 1 Reply Last reply
    0
    • S Sam_c

      check under tools -> Options->projects and solutions, VC++ Directories that the include directory in present. if it is... copy the dir path, go to explorer check that the file you need is in that directory. hope that fix's it

      Y Offline
      Y Offline
      yaminisridaran
      wrote on last edited by
      #3

      I went to tools->options but i dont find projects and solutions tab but i find directories where I have entered the include files.But still the error occurs S.Yamini

      S L 2 Replies Last reply
      0
      • Y yaminisridaran

        I went to tools->options but i dont find projects and solutions tab but i find directories where I have entered the include files.But still the error occurs S.Yamini

        S Offline
        S Offline
        Sam_c
        wrote on last edited by
        #4

        oh my fault, assumed you were using VS 2005 :( ...i cant remember VS6 errm you could try a direct include eg #include "C:\program files\dx\inc\file.h" something like that might help hope someone else can give a better solution i'll check VS6 when i get home, no longer supported at work sorry about that.

        1 Reply Last reply
        0
        • Y yaminisridaran

          I went to tools->options but i dont find projects and solutions tab but i find directories where I have entered the include files.But still the error occurs S.Yamini

          L Offline
          L Offline
          liur17
          wrote on last edited by
          #5

          go to menu Tools->options, click "Directories" tab in option dialog, input "c:\dxsdk\include" (your directx installation directory), then move it to top.

          1 Reply Last reply
          0
          • Y yaminisridaran

            Can any one solve this issue of mine I am getting this error fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory but I have installed directx 9.0 S.Yamini

            K Offline
            K Offline
            kdehairy
            wrote on last edited by
            #6

            open the menu options, go to the directories tab and add the directx include paths on top of all include paths in the IDE directories.

            k_dehairy

            1 Reply Last reply
            0
            • Y yaminisridaran

              Can any one solve this issue of mine I am getting this error fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory but I have installed directx 9.0 S.Yamini

              D Offline
              D Offline
              David Crow
              wrote on last edited by
              #7

              yaminisridaran wrote:

              but I have installed directx 9.0

              So have you checked to see if dshow.h actually exists on your machine?


              "A good athlete is the result of a good and worthy opponent." - David Crow

              "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

              Y 2 Replies Last reply
              0
              • Y yaminisridaran

                Can any one solve this issue of mine I am getting this error fatal error C1083: Cannot open include file: 'dshow.h': No such file or directory but I have installed directx 9.0 S.Yamini

                M Offline
                M Offline
                Mark Salsbery
                wrote on last edited by
                #8

                yaminisridaran wrote:

                but I have installed directx 9.0

                If you can't answer yes to DavidCrow's question, you should maybe download the latest Platform SDK from Microsoft, which is the home of the DirectShow SDK. Once you install the SDK, set the build paths as others have explained (if the install didn't do it for you). Mark

                Mark Salsbery Microsoft MVP - Visual C++ This episode brought to you by the number 3

                Y 1 Reply Last reply
                0
                • M Mark Salsbery

                  yaminisridaran wrote:

                  but I have installed directx 9.0

                  If you can't answer yes to DavidCrow's question, you should maybe download the latest Platform SDK from Microsoft, which is the home of the DirectShow SDK. Once you install the SDK, set the build paths as others have explained (if the install didn't do it for you). Mark

                  Mark Salsbery Microsoft MVP - Visual C++ This episode brought to you by the number 3

                  Y Offline
                  Y Offline
                  yaminisridaran
                  wrote on last edited by
                  #9

                  Sorry for the late reply.I am trying to install directx sdk. Thanks a lot. I will reply again when it does not work S.yamini

                  1 Reply Last reply
                  0
                  • D David Crow

                    yaminisridaran wrote:

                    but I have installed directx 9.0

                    So have you checked to see if dshow.h actually exists on your machine?


                    "A good athlete is the result of a good and worthy opponent." - David Crow

                    "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

                    Y Offline
                    Y Offline
                    yaminisridaran
                    wrote on last edited by
                    #10

                    Sorry for the late reply. I have install the directX SDK june2007 but still I am taking same 46 errors. I have included the directories.Please help me to solve this issue S.YAmini

                    1 Reply Last reply
                    0
                    • D David Crow

                      yaminisridaran wrote:

                      but I have installed directx 9.0

                      So have you checked to see if dshow.h actually exists on your machine?


                      "A good athlete is the result of a good and worthy opponent." - David Crow

                      "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

                      Y Offline
                      Y Offline
                      yaminisridaran
                      wrote on last edited by
                      #11

                      the dshow.h does not exist in my machine. CAn u help me in this. S.Yamini

                      H 1 Reply Last reply
                      0
                      • Y yaminisridaran

                        the dshow.h does not exist in my machine. CAn u help me in this. S.Yamini

                        H Offline
                        H Offline
                        Hamid Taebi
                        wrote on last edited by
                        #12

                        See here[^] you can download it or other files and see this[^] thread if helpfuls.


                        WhiteSky


                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups