I have followed few links to try and solve this issue, such as link1 , where they have asked to me include the path of the exe in the environment variables. This is the foll
Just leave out the "dot-slash" ./:
./
D:\Gesture Recognition\Gesture Recognition\Debug>"Gesture Recognition.exe"
Though, if you wanted to, you could use .\ and it would work.
.\
D:\Gesture Recognition\Gesture Recognition\Debug>.\"Gesture Recognition.exe"