Using Visual Studio Community 2017
I have 4 projects:
ProjectC has the same properties as ProjectB and ProjectA, nothing should be different, right?
But somehow, I get these errors when compiling ProjectC:
glfw3.lib(context.obj) : error LNK2001: unresolved external symbol __imp___stdio_common_vsscanf
audio.lib(au.obj) : error LNK2001: unresolved external symbol __imp__stricmp
I tried building GLFW and Audio library from their sources and replaced the project ones with newly built ones, no effect.
Once again, I somehow managed to untick "Inherit from parent or project defaults" checkbox in Additional Include Directories.
Check your checkboxes everybody!