I tried including #include "intrin.h" in one of my modules but i get this error:
Error 1
error C1083: Cannot open include file: 'intrin.h': No such file or directory
I'm building it with build.exe utility from the latest DDK on X86 architecture.
Thank you in advance.