Which version of Boost should I use to build ParaView with VisitBridge?

I have build ParaView 5.6 x64 in windows visual studio 2017 successfully. I want to build ParaView with VisitBridge to support more reader. However, I get compile error when I use Boost 1.7 and Boost 1.68 to build solution. Which version of Boost should I use to build ParaView5.6 with VisitBridge?
Thanks a lot!

And I got the error like this. Do I need link some Boost library?

I found the reason. Beacuse I build ParaView using static library, so in class PluginManager, they use some extern functions as below.
image

Looks like a bug to me.
Do you mind opening an issue ?

You mean open an issue in github? Sure, thank you.

I mean on gitlab :
https://gitlab.kitware.com/paraview/paraview/issues

OK. I am glad to do this.