Problem compiling in VS2019 using (LLVM-clang-cl)

When building I get the following error:

1>..\..\src\cinder\System.cpp(68,11): fatal error : 'cxxabi.h' file not found

#if defined( __clang__ ) || defined( __GNUC__ )
	#include <cxxabi.h>
#endif

Any suggestions on how to fix this issue?