Charles.xue
Charles.xue

Reputation: 551

vs2012 main.cpp(2): fatal error C1083: “********.hpp”: No such file or directory

I had a problem about vs2012. when I compiled my project , I got error message "fatal error C1083: can't open file:“MultiWidgets\Application.hpp”: No such file or directory". however the file exist as shown in Figure.

how to fix it ? Thank you!

Upvotes: 0

Views: 1615

Answers (1)

Benoit
Benoit

Reputation: 79205

You should probably fix the Additional Include Directories as per this screenshot

Additional include directories

Upvotes: 3

Related Questions