This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2857
'#include' statement specified with the /Ycfilename command-line option was not found in the source file
The /Yc option specifies the name of an include file that is not included in the source file being compiled.
Possible cause
- A #include statement in a conditional compilation block that is not compiled.