Missing dependency, request for audio component

I am trying to convert an old project form 4.7 to 4.16, i am now stuck.

After successfully compiling without errors i found out my packaged games didnt start, and so by pressing pause while it loaded i narrowed the issue to the player character class.

I commented everything in the cpp and then it threw the following error in the output log “Missing Dependency, request for AudioComponent but it hasn’t been created yet.”, so i am guessing i need sort of module in the build.cs that is audio related?

If some one could point me in the right direction it would be much appreciated.