Visual Studio 2022 can't compile C++ device on Windows 10

Hi,

I concur with t-b, and would like to add that the code generation for visual projects is not maintained any longer, the way to go is with cmake. But cmake files generated by pogo are not the best and I’m not sure if it was tested on windows, so you might not have better results…

On TangoTest for instance the CMakeLists.txt was not generated by pogo, and is much better. If using generated CMakeLists.txt does not work, you can try and adapt the one from TangoTest to fit your project.