I'm trying to get rid of all the warnings (i know they are just warnings, but still) etc, so i can know then that any warnings/errors i do get are probably my fault
I've gotten rid of all the other .pdb warnings by
tools->options->debugging->Symbols and selecting Microsoft Symbol Servers
all except for these 2
Warning 1 warning LNK4099: PDB 'atls.pdb' was not found with 'AGKWindows.lib(stdafx.obj)' or at 'c:\Users\Cameron\documents\visual studio 2013\Projects\test\test\Final\atls.pdb'; linking object as if no debug info c:\Users\Cameron\documents\visual studio 2013\Projects\test\test\AGKWindows.lib(stdafx.obj) test
Warning 2 warning LNK4099: PDB 'atls.pdb' was not found with 'AGKWindows.lib(atlbase.obj)' or at 'c:\Users\Cameron\documents\visual studio 2013\Projects\test\test\Final\atls.pdb'; linking object as if no debug info c:\Users\Cameron\documents\visual studio 2013\Projects\test\test\AGKWindows.lib(atlbase.obj) test