Copy link to clipboard
Copied
I'v started with a simple DollyXS-created project and want to use precompiled headers.
When compiling my classes with that setting, I get the message 'warning C4651: '/D_WINDLL' for precompiled header file, but not for actual compiling.
MSDN states, 'If a precompiled header was built with /DSYMBOL, the compiler will generate this warning if the /Yu compile doesn't have /DSYMBOL. Adding /DSYMBOL to the /Yu command line resolves this warning.'
Where to place the '/DSYMBOL' tag?
Have something to add?