So, I'm using 1_63_0, and when I configure in CMake, it always needs me to point to each individual .lib for Boost. I've created the variables and installed Boost at the default place. Here is an image of what it looks like when I configure/generate... if it helps, I have to point to each individual Boost .lib manually. It's never been able to find it on its own.
-- UPDATE --
I was using Boost for x32 while everything else was x64. Fixed everything. Thanks for dealing with a Plebs.