NVIDIA GameWorks Integration

what worked for me (i am using vs 2015 community edition ) :

  • grab the zip source from github
  • extract it somewehre
  • run
  • run the generate.bat script
  • loading the ue4 solution and building the engine

also keep in mind that the C++ component is not included by default when installing VS, you have to check that explicitly

hope it helps