MS C++ Include File Debugging
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
Recent Comments