Results 1 to 4 of 4

Thread: Cannot open include file: 'amminintrin.h' : No such file or directory

  1. #1
    Join Date
    Nov 2013
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Cannot open include file: 'amminintrin.h' : No such file or directory

    Hey I just got QT and I'm excited to use it. After running into a few snags I was able to get just about everything to work fine except these three errors when trying to test my program:

    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\intrin.h:26: error: C1083: Cannot open include file: 'ammintrin.h': No such file or directory

    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\intrin.h:26: error: C1083: Cannot open include file: 'ammintrin.h': No such file or directory

    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\intrin.h:26: error: C1083: Cannot open include file: 'ammintrin.h': No such file or directory

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Cannot open include file: 'amminintrin.h' : No such file or directory

    It looks like you are missing an include path in your project file.

    Probably missing something like this
    Qt Code:
    1. INCLUDEPATH += c:\include
    To copy to clipboard, switch view to plain text mode 

    Cheers,
    _

  3. #3
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Cannot open include file: 'amminintrin.h' : No such file or directory

    Read this blog entry and comments below. This seems relevant as well.

  4. #4
    Join Date
    Nov 2013
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Cannot open include file: 'amminintrin.h' : No such file or directory

    I've tried what was posted in that blog post and it hasn't worked :\

Similar Threads

  1. Replies: 1
    Last Post: 23rd May 2011, 04:53
  2. Replies: 3
    Last Post: 1st November 2010, 16:33
  3. Replies: 4
    Last Post: 9th May 2010, 16:18
  4. Replies: 2
    Last Post: 9th March 2010, 05:21
  5. Replies: 10
    Last Post: 15th June 2009, 19:44

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.