Solution: when cmake is compiled, “error in configuration process project files may be invalid” appears

This error can occur with either CMake2.84 or with the current update CMake2.87:
 
Searching the domestic and foreign Internet did not give a feasible way, the result or their own solution
Now the error causes and solutions are as follows:
what went wrong: because is English version, usually didn’t read the installation instructions, according to the default installation and “next” to the next step, the result is to choose what you use in the installation of programming system, such as: Vs2008, vs2010 etc., if a default value for the current installation is not with your current version and do not pay attention to in the use of some details will go wrong, and the output directory already exists in the current setting of error is
solution: The first option is to uninstall and reinstall Cmake, and remember to select the language type when reinstalling it. The second option is to randomly select the correct directory containing cmakelists.txt in the source project box. In the output directory text box, fill in a directory that does not exist, then click Configuer, you will be prompted to create a directory, click “Yes”, a language selection window will pop up, drop down select the language type you are using, that is, you are currently using VS2010 installed;
it can be right for the next step, if again open CMake – GUI. Exe, will be the default language of your choice, won’t go wrong
root cause analysis: when languages die erste installation didn’t choose good, in the running for the first time, the output directory does not pop up when there are language selection window and direct judgment and output of the error message;
Suggestion: The authorities can publish a pop-up language selection window regardless of whether the current output directory exists
 
My installation environment is VS2013+opencv3.0+cmake3.4, but tried a variety of methods on the Internet or not, finally solved the problem through the following:
Download such a file, http://sourceforge.net/projects/opencvlibrary/files/3rdparty/ippicv/, select download ippicv_windows_20141027. Zip
 
3. When CMAKE2.8.12 +PCL1.6+VS2010 is configured under Windows 7 32-bit system, it appears
CMake error: error in configuration process, project files may be invalid

Parse error. Expected a command name, got unquoted argument with text
Solution: Update the version to cmake3.7.

Reproduced in: https://www.cnblogs.com/haoyul/p/4979309.html

Read More: