My project code and all the required assets are link to code repo
All code works, compiles well and runs well on all Windows computers except the sound. The sound works only on the computer where the code is compiled on.
The above problem was all about the DirectX redistributable which can be found here
and here
Once these were installed the game ran perfectly on all machines. It was not a code error just a matter of redistributable files. I hope this helps others.