Visual studio 2019 setup:
- Open project properties.
- Go to C/C++ -> General, and add the path to the Include folder in the Spinnaker SDK to the Additional Include Directories.
- Go to Linker -> Input, and add all required .lib files from the Spinnaker SDK to Additional Dependencies.
- Go to VC++ Directories, and add the path to the folder containing the .lib files to Library Dependencies.
- Might need a restart.