C1848: Return <expression> expected

[ERROR]

Description

A return was made without an expression to be returned in a function with a non-void return type.

Tips

The return statement must return an expression of the return-type of the function.