So the Additional Include Directories just contains C:\Users\Vikram Sehgal\Documents\CS\C++\SFML-2.4.2\include
If so, then it has to find it.
Are you certain that's the correct path? When you open cmd and just do cd <path> does it navigate to the wanted directory?
On another note, you shouldn't have the library files specified for All Configurations, as debug (with -d suffix) and release (without suffix) require different binaries.