<html><head><title>Missing header files in AST display</title>
</head>
<body>
<span style=" font-family:'Century Gothic'; font-size: 12pt;">I can currently successfully compile and link C and C++ code on my Windows 10 system but I would also like to be able to separately generate the AST for each file.  The command line below does display much of the AST but it contains errors regarding missing header files that my files have included.  For normal compiling I use the -I dir option in the standard way to specify header file paths but that does not seem to work with the command line below.  How should this be done?<br>
   clang -cc1 -ast-dump test.c<br>
</body></html>