PDA

View Full Version : Cannot open include file: 'amminintrin.h' : No such file or directory



otterb0x
9th November 2013, 03:19
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

anda_skoa
9th November 2013, 13:39
It looks like you are missing an include path in your project file.

Probably missing something like this


INCLUDEPATH += c:\include


Cheers,
_

stampede
9th November 2013, 15:30
Read this blog entry (http://blogs.msdn.com/b/vcblog/archive/2011/03/31/10148110.aspx) and comments below. This (https://connect.microsoft.com/VisualStudio/feedback/details/660584/windows-update-kb2455033-breaks-build-with-missing-ammintrin-h) seems relevant as well.

otterb0x
9th November 2013, 16:03
I've tried what was posted in that blog post and it hasn't worked :\