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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -