This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Fatal Error C1853
'filename' precompiled header file is from a previous version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)
- The precompiled header was compiled with a previous compiler version. Recompile the header with the current compiler.
- The precompiled header is C++ and you are using it from C.