We recently update to vsomeip 3.4.10 and capi-someip to 3.2.3, and it seems that now the cpp standard 17 is required to build properly,
It is needed by MSVC19 as defaults standard is cpp14
In the cmakelist the set(CMAKE_CXX_STANDARD 17) is missing to precise the cpp standard
Note: The setStandard is properly set in vsomeip cmakelist
Issue:

Proposed fix:
