Where to find the stl library ue4 is using?

We have been trying to build our stand-alone project and import it as .dll into ue4. Apparently, I didn’t build the .dll using the same stl library as ue4. Our project use stl library extensively, and I don’t think I am supposed to export all those containers we used. where should I look for the include path for the ue4 project?

well, It is actually pretty simple. If you go to you project in solution explorer → properties → Nmake ->intellisense → Include Search Path, and you will find it at the bottom of the path.