EDIT: Solved thanks to Hans Passant, much appreciated! :)
My Win32 app will not compile due to the following error:
Error 1: error C1083: Cannot open include file: 'excpt.h'
I am using VS Express for Desktop and I have manually installed the Windows 7 SDK. The SDK path, C:\Program Files x86)\Microsoft SDKs\Windows\v7.0
in my case, is included under Additional Include Directories, Include Directories and Additional Libary Directories with the appropriate include/lib suffixes.
Based on what I can tell excpt.h is where it's supposed to be - I was able to access it via the windows.h header. I even re-installed VS, but I still can't run the program.