I am trying to build a project with another project. There are a lot of libs in there and I am not sure where the required unreferenced symbols are present.
Is ther
Though you are in Visual Studio, if you go with command line, you can put all the libs in a linker response file and reference it as a standalone option with a @ during link phase.
Unfortunately, according the above link,
This linker option is not available from the Visual Studio development environment.