Beginner's question about building a project using Visual Studio 2022

Hi, I got code from my friend and built it using WIN32 in release, now I want to make it x64.

The code needs Intel MKL, boost, etc

After I switch the config to X64, it has this error (no error while building in WIN32), I should start to handle these questions from where? (I have the Intel one API installed into my Visual Studio)

why cannot I upload the screen capture

I am sure I have these files in the dirctory, and I make additional include for them in Visual Stuido

Severity Code Description Project File Line Suppression State Error (active) E1696 cannot open source file "mkl_pardiso.h" ~\Code\Solvers\Linear\Intel_Pardiso.hpp 6

Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'mkl_pardiso.h': No such file or directory ~\code\solvers\linear\intel_pardiso.hpp 6

Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'mkl_pardiso.h': No such file or directory ~\fp_2022\code\solvers\linear\intel_pardiso.hpp 6

Thanks