hey I am getting the error shown in pic. I am using TexMaker 4.5 and Miktex 2.9
Edit 1: Adding minimal work example (MEW)
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\author{Kunal Tiwari}
\title{Title}
%\usepackage{natbib}
\usepackage{csquotes}% Recommended
%\usepackage[defernumbers=true]{biblatex}
\usepackage[
backend=bibtex,
style=authoryear,
%sorting=ynt
]{biblatex}
\DeclareBibliographyCategory{cited}
\AtEveryCitekey{\addtocategory{cited}{\thefield{entrykey}}}
\nocite{*}
\addbibresource{24_9_17.bib}
\begin{document}
\begin{center}
\begin{large}
\textbf{Title}
\end{large}
\\
{Kunal Tiwari}
\end{center}
\vspace*{5mm}
Text text text \parencite{ref2}. sometext bla bla bla \parencite{ref1}.
%\nocite{*}
%\bibliographystyle{ieeetr}
%\bibliography{24_9_2017}
\printbibliography[title={References},category=cited]
\end{document}
The thing is that this works fine on sharelatex. but I have some issues with the texmaker. I am not able to figure them out and it's causing me to use sharelatex a lot more than I would like.
edit 2:
Adding the directory structure in picture. Also screenshot of my texMaker settings.



.blgfile, what does it say? How does your folder structure look like? (See my comments above.) – moewe Sep 29 '17 at 12:36bibtex %.aux(note: no space beforebibtexand%.auxit). – moewe Sep 30 '17 at 08:27backend=biberand https://tex.stackexchange.com/q/154751/35864 – moewe Sep 30 '17 at 08:28bibtex %.aux. Now it's fine. Thanks @moewe – Kunal Tiwari Sep 30 '17 at 14:38