CMake error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found

Those error messages or just mean that CMake was unable to find your C/CXX compiler to compile a simple test program (one of the first things CMake tries while detecting your build environment). The steps to find your problem are dependent on the build environment you want to generate. The following tutorials are a collection … Read more

Why Visual Studio 2015 can’t run exe file (ucrtbased.dll)?

This problem is from VS 2015 silently failing to copy ucrtbased.dll (debug) and ucrtbase.dll (release) into the appropriate system folders during the installation of Visual Studio. (Or you did not select “Common Tools for Visual C++ 2015” during installation.) This is why reinstalling may help. However, reinstalling is an extreme measure… this can be fixed without a complete reinstall. … Read more

Can’t Add View from Controller in VS 2015 : “There was an error running the selected code generator”

Try clearing the ComponentModelCache, the cache will rebuild next time VS is launched. Close Visual Studio Delete everything in this folder C:\Users\ [your users name] \AppData\Local\Microsoft\VisualStudio\14.0\ComponentModelCache Restart Visual Studio 14.0 is for visual studio 2015. This will work for other versions also.