Home > Uncategorized > MS C++ Include File Debugging

MS C++ Include File Debugging

February 27th, 2008 Leave a comment Go to comments

Ever run into:

Error 3 fatal error C1083: Cannot open include file: 'sddl.h': No such file or directory C:Program FilesMicrosoft Visual Studio 9.0VCceatlmfcincludeatlsecurity.h

And of course you never included atlsecutity.h in your project so who knows which file did…

Add /showincludes to your cl options and all becomes clear. BTW, gcc has an infinitely better system for reporting nested file issues – wonder how long before MS figures it out.

Categories: Uncategorized Tags:
  1. No comments yet.
  1. No trackbacks yet.