Using Visual Studio 17, I have created a project that doesn't use precompiled headers. The project compiles and executes successfully, But when I try to create a store app package the build process fails with the message:
"unexpected end of file while looking for precompiled header.
Did you forget to add #include stdafx.h to your source?"
No, I didn't forget to add it. I don't use precompiled headers, but the create package process refuses to acknowledge that.
Can anyone provide a workaround for this?