Visual Studio 2013 Error C1083 Error loading type library/DLL

Hi all,

I am new to MFC, and I have just inherited a MFC project. Apparently they use
#import "file.dll"

to include the dll, but the C1083 error appears whenever i try to compile the project.

Another note is that the MFC project was compiled (most probably) using Visual Studio 2010, so I am not sure if that is an issue.

Thanks for the help!
Last edited on
http://msdn.microsoft.com/en-us/library/et4zwx34.aspx

looks like it just can't find the file. make sure that file.dll exists somewhere that your project can find it.
Topic archived. No new replies allowed.