atlbase.h question

Started by
2 comments, last by Evil Steve 15 years, 4 months ago
hello im getting the error saying that atlbase.h doesnt exist. under tools/options/project settings/vc++ directories i added the platform sdk however, im still getting the error message here is what i added to the list C:\Program Files\Microsoft Platform SDK\Include\atl i checked this path and atlbase.h is the first file in that folder. i also made sure its spelled correctly. what is causing it to not be found?
Advertisement
oooo... oops i had it on executables... okay now i added in to INCLUDEs....

but now its whining about atlthunk.lib... i have no idea where that one is...
sorry, here is my error message...

1>LINK : fatal error LNK1104: cannot open file 'atlthunk.lib'
You need to find out what's including that library file. I don't have that file on my PC either.

What code are you compiling? Can you compile a blank project? Is atlthunk.lib in your project settings -> Linker -> Additional Libraries?

This topic is closed to new replies.

Advertisement