I'm currently trying to install a simulation package using Visual Studios 19. When I try to build the solution, I get the error message
Error LNK1104 cannot open file 'boost_regex.lib'
I am very new to C++ and installing programs from source codes so maybe this is a easy fix but I just simply don't see it.
I am using Boost v1.59 and I followed the installation guide here. I used the directions given by "5.1 Simplified Build From Source" from that guide.
I know I am probably not providing enough information on the problem, but I just simply don't know enough to know exactly what information to provide. Maybe one of you fine people can ask me a few questions and I'll try to provide answers to the best of my ability. Thanks for helping!
Edit, I have added "C:\Program Files\boost\boost_1_59_0\stage\lib\" to my Additional Library Directories under Linker