Help with visual c++ include

When ever I compile my project it cannot not find the resource.h

I have directx sdk and windows sdk include files and lib files already included but why can't it find resource.h
resource.h is a generic name for a resource header. It isn't a standard header like <vector> or any of that. Each program would have its own.

If you don't have any resources, then you wouldn't have a resource.h. So there's nothing for you to include. So don't include it.

EDIT: grumble grumble cross post.

http://cplusplus.com/forum/general/59234/
Last edited on
Topic archived. No new replies allowed.