Skip to main content

All Questions

1 vote
1 answer
304 views

Microsoft Visual C++ 14.0 is required error while installing a python module

I was trying to pip install netfilterqueue module with my Windows 7 system, in python 3.8 It returned an error "Microsoft Visual C++ 14.0 is required" My system already has got a Microsoft Visual C++ ...
Rakesh's user avatar
  • 19
1 vote
1 answer
206 views

How is it possible to get full intellisene on Pybind11 in visual studio?

I'm working with Pybind11 in Visual Studio 2015. I configured the projects necessary properties. that is I set the include and library directories accordingly. That is I set them to these values: ...
Hossein's user avatar
  • 25.6k
0 votes
0 answers
59 views

Build Errors: LNK2019 & LNK1120 in QtVS 2015 Console Application project

**I have a C++ API and corresponding library(api-140.lib) file, using this I am developing a GUI project in a Microsoft Visual Studio-2015 with Qt. First of all I am checking the code in console ...
vignesh b.e's user avatar
0 votes
1 answer
2k views

how to fix this error message "source not available" in VS 2015

When I run my code I get this error: "source information is missing from the debug information for this module." I use callbacks in my code in C++ concert CPLEX. When I run the code without using a ...
Mandana's user avatar
  • 103
2 votes
1 answer
3k views

Microsoft Visual Studio 'Unknown Bitmap Format' when editing the default toolbars

I've created an application using Microsoft Foundation Class library (MFC) using the project creation wizard. I created a multiple-document interface (MDI) application. The wizard creates dummy ...
AlexHowell's user avatar
1 vote
0 answers
482 views

Visual Studio 2015 Include Directories vs Source Directories

I'm trying to understand when to use Include Directories and Source Directories. I have the source code to a class I'd like to use and want to point to it. Both the source and header files are in the ...
Eddie C.'s user avatar
  • 175
2 votes
1 answer
839 views

Is the official binary incompatibility between VS2017 and VS2015 app vs. dll accurate?

TL;DR - The MS docs state that binary compatibility between VS2015 and VS2017 libs is one-way, while I'd assumed it is necessarily two-way. Where's the catch? First, for background: Any MSVC++ built ...
Martin Ba's user avatar
  • 38.4k
2 votes
1 answer
424 views

Preprocessor inconsistencies in Visual Studio

I'm compiling the following C++ code in Visual Studio 2015 (update 3): #include <iostream> using namespace std; //////////////////////////////////////// #define UNDERSCORE1(a,b) a ## _ ## b #...
Amir Gonnen's user avatar
  • 3,687
1 vote
1 answer
1k views

LLVM 7.0 does not provide specific Platform Toolset on Visual Studio 2015

I've just installed the LLVM 7.0.0 for Windows (64-bit) released few hours ago. With the new version, all the platform toolsets provided by the previous release (6.0.1) for Visual Studio 2015 (named ...
Giovanni Cerretani's user avatar
4 votes
1 answer
2k views

Visual C++ Build Tools 2015 inside containers and custom directory

Did anyone manage to: install Visual C++ Build Tools 2015 inside Windows container and in a custom directory? Whatever I do, it always installs to standard location: C:\Program Files (x86)\Microsoft ...
Ivan's user avatar
  • 9,547
1 vote
1 answer
1k views

Adding C++ headers is breaking Visual studio project compilation

I've an existing VS2017 project (Not sure if it's pure C or a C/C++ project) which compiles perfectly fine till i add the below C++ header files. <string> <vector> <iostream> The ...
codeLover's user avatar
  • 3,780
1 vote
0 answers
1k views

Visual studio 2015 and WDK 10 on windows 7 os

Can I install WDK(windows driver kit) 10 on windows 7 and work using VS2015?I already installed visual studio 2015 first then installed WDK 10. But couldn't find windows driver in installed section.It ...
ARose's user avatar
  • 11
0 votes
1 answer
1k views

Fatal error while installing visual studio

Screenshot of the error The error reads Setup Failed! Install Cannot continue because some required components failed. And in the problems, Team Explorer for Microsoft Visual Studio 2015 Update 3 ...
KING Priyam's user avatar
0 votes
1 answer
2k views

undeclared identifier in visual studio 2015 c++

my code still returns a error on line 324 with error C2065: 'WndProc': undeclared identifier. I just start learn with visual studio but i have no idea how to fix this... any idea ?? I use this ...
Simona Smiley Čisarova's user avatar
1 vote
2 answers
833 views

How to run Code Analysis on x64 Project in Visual C++?

I am trying to run the code analysis of Visual Studio 2015 on my x64 VC++ project. However I get the following error: Error C1250 Unable to load plug-in 'C:\Program Files (x86)\Microsoft Visual ...
Manuel S.'s user avatar

15 30 50 per page
1
2 3 4 5 6