SFML community forums

Help => General => Topic started by: Oldfrith on January 20, 2013, 07:54:23 pm

Title: VC++2012 Linker Errors
Post by: Oldfrith on January 20, 2013, 07:54:23 pm
Trying to compile SFML under 64 bit windows 7. Linker is aware of all directories and libs, but I keep getting this error:

Error   1   error MSB4023: Cannot evaluate the item metadata "%(FullPath)". The item metadata "%(FullPath)" cannot be applied to the path ":". The given path's format is not supported.   C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets
Title: AW: VC++2012 Linker Errors
Post by: eXpl0it3r on January 20, 2013, 08:17:33 pm
What does Google say about this?
To me it sounds like a faulty installation. Have you tried reinstalling VS11 and do other applications build fine?
Title: Re: VC++2012 Linker Errors
Post by: Oldfrith on January 21, 2013, 02:59:11 am
Somehow a : had gotten entered into the output directory box, thus the error.