What should I do if I suspect a problem with my project's include paths?

Responsive Ad Header

Question

Grade: Education Subject: Support
What should I do if I suspect a problem with my project's include paths?
Asked by:
72 Viewed 72 Answers

Answer (72)

Best Answer
(378)
Verify that your project's include paths (Configuration Properties -> VC++ Directories -> Include Directories) are correctly configured to point to the necessary MFC header files. Ensure that the paths are accurate and that the files exist in the specified locations. Incorrect include paths can prevent the compiler from finding 'pcminorobjcoll.inl' and other required headers.