c++ - Visual Studio 2010 Express 64 bit Properties Missing -


I am trying to run OpenCV with Microsoft Visual C ++ Express 2010. I'm using Windows 7 64bit. It seems that I have to compile the code as a x64 application (using OpenCV libraries) that's fine. I have installed Windows SDK 7.1 which allows you to do this. So now I go to the dropdown menu, Configuration Manager and select x64 (copying from Win32). But here I go into a problem. I can not edit the property in this configuration

If I change back to Win32 and go to property properties then I have all the usual options (Configuration Properties -> General, Debugging, VC ++ Directories etc.). ). But I have a practically blank window in x64 that has general properties-> framework and context menus, I can not modify anything.

If I try to add a new property sheet to Debug Manager, x64, I can add it to the name, but when I click it, there is no "property" page for selection. ".

I have searched every possible relevant forum for it! Maybe I'm using the wrong search terms, but I'm unable to find anyone with this exact problem. Am I missing something about using properties? Or is it a bug?

Thank you!

Visual C ++ compilers are removed if you use Visual Studio 2010 Professional or Visual Studio 2010 Express When upgrading to Visual Studio 2010 SP1, Windows SDK v7.1 is installed. For anyone else who has come into this problem I will recommend updating Visual Studio 2010 SP1 through the link given below.

Cheers


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -