Menu

Several header files are not found during solution build in VS

RK
2017-07-28
2025-05-19
  • RK

    RK - 2017-07-28

    Could you please help me to resolve 'file not found' issues:

    Severity Code Description
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "soapXMLAConnectionProxy.h"
    Error (active) E1696 cannot open source file "soapXMLAConnectionProxy.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "soapXMLAConnectionProxy.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "XMLAProvider_i.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "soapH.h"
    Error (active) E1696 cannot open source file "XMLAProvider_i.h"
    Error C1083 Cannot open include file: 'soapXMLAConnectionProxy.h': No such file or directory
    Error C1083 Cannot open include file: 'soapXMLAConnectionProxy.h': No such file or directory
    Error C1083 Cannot open include file: 'soapXMLAConnectionProxy.h': No such file or directory
    Error C1083 Cannot open include file: 'soapXMLAConnectionProxy.h': No such file or directory
    Error C1083 Cannot open include file: 'soapXMLAConnectionProxy.h': No such file or directory
    Error C1083 Cannot open include file: 'soapH.h': No such file or directory XMLAProvider
    Error C1083 Cannot open include file: 'soapH.h': No such file or directory XMLAProvider
    Error C1083 Cannot open include file: 'soapXMLAConnectionProxy.h': No such file or directory
    Error C1083 Cannot open include file: 'soapXMLAConnectionProxy.h': No such file or directory

     
  • Alexandra Davidoiu (Iancu)

    Did you follow the steps described below?
    "
    Changes 15-Apr-2014

    The Visual Studio 2010 solution has been cleaned-up with respect to gSOAP files. It now expects gsoap to be on a folder on the same level with the provider as shown below?

    \ |
    ----XMLA Code
    |
    ----gsoap

    All the paths in the solution are now relative to the above layout. This was introduced in order to help compilation. Everything one has to do is to download the provider, download gsoap, respect the configuration above and build. Don't forget to build first the debug version so gsoap can generate files.

    How to build

    In theory you can build this with Windows SDK. In practice this was never tried yet. In the repo there is a Visual Studio 2010 solution that works.
    You need gSOAP (https://sourceforge.net/projects/gsoap2/) in order to build this project. Once you installed gSOAP you need to adjust the solution for the gSOAP path. With the project open in Visual Sudio 2010, in the Solution Explorer go to gsoap->def and right-click on XMLAMethods.h. You must change the Custom Build Tool so that it matches your actual location of soapcpp2.exe.
    Please note: You must build at least once a debug version. Only debug versions generate the gSOAP files required by the build process.

    "

     

    Last edit: Alexandra Davidoiu (Iancu) 2017-11-20
  • deblaincovsnig

    deblaincovsnig - 2024-08-17

    When encountering missing header files during a solution build in Visual Studio, it typically indicates that the compiler cannot locate the required files necessary for compilation. This issue can arise from various factors, including incorrect or missing include directories, misconfigured project hollowknightapk settings, or errors in the path specified for header files.

     

    Last edit: deblaincovsnig 2024-08-17
  • s61176553

    s61176553 - 2024-12-01

    If several header files are not found during the solution build in Visual Studio, it typically indicates that the compiler is unable to locate the necessary files required for the project. This can happen due to incorrect include paths, missing or misplaced header files, or issues with the project configuration. To resolve this, ensure that the include directories are correctly set in the project settings. You can check the "Additional Include Directories Top supplement stores in Houston" under Project Properties → VC++ Directories. Also, verify that the header files are present in the specified locations and that they are accessible to the compiler. If the files are part of a third-party library, ensure the library is correctly linked to the project and the paths are properly configured.

     
  • shreeux2

    shreeux2 - 2024-12-23

    When building a solution in Visual Studio, encountering errors related to missing header files typically indicates that the necessary directories or libraries are not properly configured in your project's settings. This can happen for several reasons, such as incorrect include paths, missing dependencies, or misconfigured project settings. To resolve this issue, you should first ensure that the correct directories are specified in the project’s Additional Include Directories under Project Properties > Configuration Properties fazer junção de nomes > C/C++ > General. If the headers belong to an external library or SDK, make sure that the library is properly installed and referenced.

     
  • julie diane

    julie diane - 2024-12-27

    When encountering missing header files during a solution build in Visual Studio, it typically indicates that the compiler cannot locate the required files necessary for compilation. This issue can arise from various factors, including incorrect or missing include directories, misconfigured project Www.mydearquotes.com settings, or errors in the path specified for header files.

     

    Last edit: julie diane 2024-12-27
  • Alex J. Hird

    Alex J. Hird - 2025-05-16

    You're getting these errors because key gSOAP-generated files like soapH.h and soapXMLAConnectionProxy.h are missing. First, ensure you’ve run wsdl2h and soapcpp2 on your WSDL file to generate them. Then, in Visual Studio, go to Project > Properties > C/C++ > General and add the folder containing these files to Additional Include Directories. Also check project amber branches settings and Preprocessor Definitions for any required gSOAP macros. Rebuild after verifying all paths and generated files are in place.

     

    Last edit: Alex J. Hird 2025-05-18
  • Cassian

    Cassian - 2025-05-19

    This explanation captures the core issue well—missing header files during a Visual Studio build usually point to problems with include paths or project configuration. It’s similar to using the TRIADS Calculator: if a key parameter, input, or data set is missing, the tool can’t deliver meaningful results. Just as the TRIADS Calculator relies on complete and accurate information to analyze and interpret triadic relationships, a Visual Studio project depends on properly linked header files and directories to compile successfully. Also, the phrase “Top supplement stores in Houston” seems out of place—likely an accidental insertion that should be removed for clarity.

     

    Last edit: Cassian 2025-05-19

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.