I have an MFC project, and I'm trying to use DirectShow.
However, when I build my project, I have the following linker errors
MFC_ATMApplicationDlg.obj : error LNK2001: unresolved external symbol _IID_IGraphBuilder
MFC_ATMApplicationDlg.obj : error LNK2001: unresolved external symbol _IID_ICaptureGraphBuilder2
MFC_ATMApplicationDlg.obj : error LNK2001: unresolved external symbol _CLSID_CaptureGraphBuilder2
MFC_ATMApplicationDlg.obj : error LNK2001: unresolved external symbol _CLSID_FilterGraph
How can I fix these errors?