Hi! I followed the instructions to install OF and Visual Studio on a Windows 10 machine. Things go well until I try to create a new project.
A popup window from Visual Studio tells me “Exception from HRESULT: 0x80041FE2”. I tried creating the project on different folders including myApps, and also not selecting the Create directory for solution.
Thank you so much! This definitely helped. The reason is that C++ isn’t installed for VS2015 by default. I created a C++ project then it prompted me to install C++, then the problem was solved.