Hello Vanessa,
From the error message in Visual Studio, the reason why chrono_fsi didn't build a third-party library, chpf, is missing. Take a look at this
post, and I believe you can use powershell for the git submodule commands.
Once you have fsi built successfully, you can Reload All in visual studio.
Note that when you set up cmake, if you want your FSI simulation to run fast, you can use single precision, and set the "USE_FSI_DOUBLE" flag to be "OFF". If speed is not a concern, and you want to go with "double", which is what the installation guide said, please use the latest code in main, I just pushed a fix earlier today.
Thank you,
Luning