athairus
athairus

Reputation: 213

Building Intel Media SDK Directshow sample: "Cannot open include file: 'streams.h': No such file or directory"

As the title says, I've got this error. I've got installed:

There must be some SDK or library I'm missing. What could it be?

By the way, I am also missing a file called "combase.h". Probably related.

Thanks!

Upvotes: 6

Views: 9923

Answers (1)

Roman Ryltsov
Roman Ryltsov

Reputation: 69642

Add the following on include path (your missing files are there):

  • $(WindowsSDK)\Samples\multimedia\directshow\baseclasses

You might need to build static libraries using solution in this directory so that you sample could also link produced .lib files (they also need to be on search path then).

Upvotes: 9

Related Questions