visual studio 2013 - Building x64 C++ project from command line says: This operation should only take place on the UI thread -


visual studio 2013 has problem. while building visual studio displays error message follows : c:>devenv /build debug / project (project name) /projectconfig "debug|x64" (solution name).sln

1>this operation should take place on ui thread.

i ran visual studio 2015 compiling c++ code (error: operation should take place on ui thread). traced .vcxproj.filters file project failing compile. file had been merged code stream , missing closing "clcompile" xml tag in 1 spot. apparently leads error, although compiling in ide worked fine.


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -