I've found the problem. Project's Debug linker's Lib properties was specifying cpprest120_1_4.lib instead of cpprest120d_1_4.lib and thus not matching cpprest120d_1_4.dll. My bad. However, this issue likely can be absolutely avoided in the future. I'm thinking there should be some mechanism whereby the project will fail to link if Debug/Release or 32/64 libs (which are named the same) are confused. I'll post this as a suggestion in Issues.
↧