I am trying to build a simple CUDA 12.6 project that uses fmt/chrono.h for printing year_month_day and similar objects from the std::chrono library. I keep getting static assertion failed with "Unicode support requires compiling with /utf-8" although I have made sure I add the Xcompiler = "/utf-8" in the command line for the build (I am using Visual Studio 22, Version 17 on Windows 10). I use fmt/chrono.h on the host. If I copy the same code to a *.cpp file all is well.