View Single Post
  #1  
Old 07-20-2009, 04:57 PM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default Solution folders error in Visual C++ 2008 Express Edition

Just tried compiling rev 801 and was greeted with this error in Microsoft Visual C++ 2008 Express Edition:

Quote:
Solution folders are not supported in this version of the application.

Solution folders 'Solution Items' will be displayed as unavailable.
I don't know when this started? but it's not good since alot of people compile with this.

I noticed this part was added to the solution file:

Code:
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8888EE2-5A40-415B-80AF-E316491C5FB3}"
	ProjectSection(SolutionItems) = preProject
		changelog.txt = changelog.txt
	EndProjectSection
which is causing the problem.
Reply With Quote