When building my project, I get the following error:
Code:
fatal error C1083: Cannot open include file: 'ntddcdrm.h': No such file or directory
I included it like this:
Code:
#include "ntddcdrm.h"
What am I doing wrong?